chg: storyplayables now control their own canvaslayer visibility.

This commit is contained in:
tiger tiger tiger 2026-01-10 12:40:00 +01:00
parent c6800f39bf
commit eb2cdd5d28
1 changed files with 1 additions and 0 deletions

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