fix: can now debug-play StoryPlayables

This commit is contained in:
tiger tiger tiger 2026-01-22 14:25:36 +01:00
parent 95e7160920
commit 350361395d
1 changed files with 1 additions and 0 deletions

View File

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