전투시스템 상태 및 처리

This commit is contained in:
2025-02-24 17:49:09 +09:00
parent c6dac677f6
commit 68c44cbf09
7 changed files with 67 additions and 23 deletions

View File

@@ -61,4 +61,20 @@ export const STATUS_STYLES = {
background: '#A37FB8',
color: 'white'
},
END: {
background: '#A37FB8',
color: 'white'
},
REGISTER: {
background: '#DEBB46',
color: 'black'
},
STOP: {
background: '#FFB59B',
color: 'white'
},
RUNNING: {
background: '#4287f5',
color: 'white'
},
};