tiger-cleanup #1

Merged
tiger merged 97 commits from tiger-cleanup into development 2026-01-15 14:54:23 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit eb2cdd5d28 - Show all commits

View File

@ -121,6 +121,7 @@ func play():
print_debug("StoryPlayable.gd: %s.play()" % self.name) print_debug("StoryPlayable.gd: %s.play()" % self.name)
# Show ourselves before playing # Show ourselves before playing
get_parent().show() # Canvaslayer!
show() show()
scroll_target = 0 scroll_target = 0