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