chg: storyplayables now control their own canvaslayer visibility.
This commit is contained in:
parent
dac093191c
commit
9159f6e506
|
|
@ -121,6 +121,7 @@ func play():
|
|||
print_debug("StoryPlayable.gd: %s.play()" % self.name)
|
||||
|
||||
# Show ourselves before playing
|
||||
get_parent().show() # Canvaslayer!
|
||||
show()
|
||||
|
||||
scroll_target = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue