chg: storyplayables now control their own canvaslayer visibility.
This commit is contained in:
parent
c6800f39bf
commit
eb2cdd5d28
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue