nitwit
This commit is contained in:
parent
c0bc1cd69f
commit
cd63abd27b
@ -151,10 +151,10 @@ init -1 python:
|
|||||||
self.transform = None
|
self.transform = None
|
||||||
|
|
||||||
self.screen_tag = screen_tag = f"{tag}_chibi"
|
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"
|
self.emote_tag = emote_tag = f"{tag}_chibi_emote"
|
||||||
config.tag_layer[emote_tag] = "master"
|
config.tag_layer[emote_tag] = "screens"
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
renpy.show(self.screen_tag, zorder=self.zorder, what=chibi_displayable(self))
|
renpy.show(self.screen_tag, zorder=self.zorder, what=chibi_displayable(self))
|
||||||
|
Loading…
Reference in New Issue
Block a user