Hide dolls on dolls layer during chibi hide calls
This commit is contained in:
parent
0ed6aad365
commit
0ef31a4a68
@ -161,6 +161,7 @@ init -1 python:
|
||||
def hide(self):
|
||||
renpy.hide_screen(self.screen_tag)
|
||||
renpy.hide_screen(self.emote_tag)
|
||||
renpy.hide(f"{self.tag}_main", layer="dolls")
|
||||
|
||||
def emote(self, emote=None):
|
||||
if renpy.get_screen(self.emote_tag):
|
||||
|
Loading…
Reference in New Issue
Block a user