add playing and finishing consts
This commit is contained in:
parent
41cc35576d
commit
c4b9f7fe61
1 changed files with 2 additions and 0 deletions
|
|
@ -2,7 +2,9 @@ class_name LevelState extends State
|
|||
|
||||
const PAUSED = "Paused"
|
||||
const STARTING = "Starting"
|
||||
const PLAYING = "Playing"
|
||||
const SCORING = "Scoring"
|
||||
const FINISHING = "Finishing"
|
||||
|
||||
var level: Level
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue