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 0f3e470..e390da7 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1253,13 +1253,15 @@ label chapter_4: add "texts" yinitial 1.0 - frame: - xalign 0.53 ypos 100 - button: - text "CLOSE" style "button_text": - xalign 0.5 + button: + xalign 0.53 ypos 65 + fixed: + add "gui/button/menubuttons/template_idle.png" + text "Close" style "button_text": + xalign 0.5 yalign 0.5 xsize 500 - action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return()) + ysize 100 + action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return()) add "fang phone" call screen textscroll with dissolve