From 48ab47b45eefa3f40a7041cb507aeef0a4e370b3 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:29:23 +0100 Subject: [PATCH] The notes screen --- game/scripts/utility/common_screens.rpy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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):