add paused const to all states
This commit is contained in:
parent
c1de69a1c0
commit
e07315023c
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
signal finished(next_state_path: String, data: Dictionary)
|
signal finished(next_state_path: String, data: Dictionary)
|
||||||
|
|
||||||
|
|
||||||
|
## Universal paused state
|
||||||
|
const PAUSED = "Paused"
|
||||||
|
|
||||||
## For 'ghost frame' update fix
|
## For 'ghost frame' update fix
|
||||||
var is_active: bool = false:
|
var is_active: bool = false:
|
||||||
set(value):
|
set(value):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue