diff --git a/game/images/other/texts.png b/game/images/other/texts.png index 6a8ecab..c41aecc 100644 Binary files a/game/images/other/texts.png and b/game/images/other/texts.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 cfacec6..a15d94d 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -846,6 +846,7 @@ label chapter_4: "{cps=*.1}...{/cps}" pause .5 + label templabel: scene bandroom show fang unimpressed flip at sright show anon neutral: @@ -1161,29 +1162,33 @@ label chapter_4: image cursor = At("pointer", cursortransform) - - screen fuckthis(): - + screen prompt(): fixed: add "cursor" - screen prompt(): - mousearea: - area(0.3, 0, 795, 1000) - # xalign 0.5 yanchor 0 ypos 0 - hovered Hide("fuckthis") - unhovered Show("fuckthis") + screen mousedetect(): + transform: # thanks based nutbuster + zoom 0.8 + rotate 12.5 + mousearea: + ypos -50 + area(0.225, 0, 795, 1100) + # xalign 0.5 yanchor 0 ypos 0 + hovered Hide("prompt") + unhovered Show("prompt") screen textscroll(): # kick the player back out in X seconds in case they can't find the 'close' button # timer 10.0 action Return() - timer 0.5 action(Show("prompt"), Show("fuckthis")) + add "black" + timer 2 action(Show("mousedetect"), Show("prompt")) - transform: - # rotate 10 # thanks based nutbuster + transform: # thanks based nutbuster + zoom 0.8 + rotate 12.5 viewport: - xalign 0.5 yanchor 0 ypos 0 xysize(795, 1000) - child_size(795, 7776) + xalign 0.51 yanchor 0 ypos -50 xysize(795, 1100) + child_size(795, 7650) draggable True arrowkeys True # edgescroll(400, 800) @@ -1192,22 +1197,18 @@ label chapter_4: yinitial 1.0 frame: - xpos 50 ypos 50 + xalign 0.53 ypos 100 button: - text "CLOSE" style "button_text" - action (Hide("prompt"), Hide("fuckthis"), Return()) + text "CLOSE" style "button_text": + xalign 0.5 + xsize 500 + action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return()) + add "fang phone" + call screen textscroll with dissolve + + pause 1 - show fang phone: - yalign 0.5 xalign 0.5 - zoom 1.25 - rotate -12 - call screen textscroll - #TODO: IMPLEMENT MESSAGING GUI - #do we even have time for this? - #maybe this will be a post release update - #lmao as if - #--refer to Writer1 for the entirety of the texting part as he wants it to be more interactive. "{cps=*.1}...{/cps}There’s surprisingly not a lot." "Seems they interact mostly in person."