diff --git a/game/scripts/utility/common_screens.rpy b/game/scripts/utility/common_screens.rpy index 10f16ffd..d6853ee6 100644 --- a/game/scripts/utility/common_screens.rpy +++ b/game/scripts/utility/common_screens.rpy @@ -38,6 +38,8 @@ define config.tag_zorder["bld2"] = 10 # show screen bld2 -> show bld2 # hide screen bld2 -> hide bld2 +# that one needs a rename to be optimized +# (the newly named goes onlayer screens at the given pos and zorder, the original animation onlayer master) screen notes(): add "notes" xpos 320+140 ypos 330 zorder 1 @@ -46,7 +48,7 @@ screen clothing_unlock(item): zorder 30 modal True - use notes + use notes # add "renamed_notes" on "show" action Play("sound", "sounds/win2.ogg") if isinstance(item, DollCloth):