diff --git a/game/images/cgs/fang phone.jpg b/game/images/cgs/fang phone.jpg deleted file mode 100644 index 3978a34..0000000 Binary files a/game/images/cgs/fang phone.jpg and /dev/null differ diff --git a/game/images/other/fangbutton.png b/game/images/other/fangbutton.png new file mode 100644 index 0000000..8248036 Binary files /dev/null and b/game/images/other/fangbutton.png differ 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 e390da7..1e46336 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1209,11 +1209,10 @@ label chapter_4: "Ah, the messenger app." transform cursortransform: - xalign 0.55 block: - yalign 0.2 + yalign 0.2 xalign 0.60 pause .25 - easein_cubic 1 yalign 0.75 + easein_cubic 1 yalign 0.75 xalign 0.54 pause .5 repeat @@ -1256,11 +1255,9 @@ label chapter_4: 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 - ysize 100 + add "fangbutton" xalign 0.5 yalign 0.5 + xsize 284 + ysize 107 action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return()) add "fang phone"