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