전투시스템 상태 및 처리
This commit is contained in:
@@ -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'
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user