From eec4547d470721c8aa7bb2ecf1ea9fab023a1d46 Mon Sep 17 00:00:00 2001 From: Bowie Date: Tue, 28 Sep 2021 19:29:05 +0100 Subject: [PATCH] switch Fang's phone to light theme --- game/script/4.anon-needs-help-during-music-period.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/script/4.anon-needs-help-during-music-period.rpy b/game/script/4.anon-needs-help-during-music-period.rpy index a15d94d..f70e7a2 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1171,7 +1171,7 @@ label chapter_4: zoom 0.8 rotate 12.5 mousearea: - ypos -50 + ypos -75 area(0.225, 0, 795, 1100) # xalign 0.5 yanchor 0 ypos 0 hovered Hide("prompt") @@ -1180,14 +1180,14 @@ label chapter_4: screen textscroll(): # kick the player back out in X seconds in case they can't find the 'close' button # timer 10.0 action Return() - add "black" + add "white" timer 2 action(Show("mousedetect"), Show("prompt")) transform: # thanks based nutbuster zoom 0.8 rotate 12.5 viewport: - xalign 0.51 yanchor 0 ypos -50 xysize(795, 1100) + xalign 0.51 yanchor 0 ypos -75 xysize(795, 1150) child_size(795, 7650) draggable True arrowkeys True