add playing and finishing consts

This commit is contained in:
yuki 2025-11-19 14:32:12 -03:00
parent 41cc35576d
commit c4b9f7fe61

View file

@ -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