This commit is contained in:
Gouvernathor 2024-04-03 01:42:36 +02:00
parent c0bc1cd69f
commit cd63abd27b
1 changed files with 2 additions and 2 deletions

View File

@ -151,10 +151,10 @@ init -1 python:
self.transform = None
self.screen_tag = screen_tag = f"{tag}_chibi"
config.tag_layer[screen_tag] = "master"
config.tag_layer[screen_tag] = "screens"
self.emote_tag = emote_tag = f"{tag}_chibi_emote"
config.tag_layer[emote_tag] = "master"
config.tag_layer[emote_tag] = "screens"
def show(self):
renpy.show(self.screen_tag, zorder=self.zorder, what=chibi_displayable(self))