fix: can now debug-play StoryPlayables
This commit is contained in:
parent
95e7160920
commit
350361395d
|
|
@ -40,4 +40,5 @@ func vanish():
|
||||||
func _debug_mode():
|
func _debug_mode():
|
||||||
push_warning("playable.gd: DEBUG MODE - ", self)
|
push_warning("playable.gd: DEBUG MODE - ", self)
|
||||||
await get_tree().create_timer(1).timeout
|
await get_tree().create_timer(1).timeout
|
||||||
|
appear()
|
||||||
play()
|
play()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue