diff --git a/game/images/cgs/fang phone.png b/game/images/cgs/fang phone.png new file mode 100644 index 0000000..227fa1d Binary files /dev/null and b/game/images/cgs/fang phone.png differ diff --git a/game/images/other/texts.png b/game/images/other/texts.png new file mode 100644 index 0000000..6a8ecab Binary files /dev/null and b/game/images/other/texts.png differ diff --git a/game/images/vfx/pointer.png b/game/images/vfx/pointer.png new file mode 100644 index 0000000..d4f6f8d Binary files /dev/null and b/game/images/vfx/pointer.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 fe21ce6..cfacec6 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1140,6 +1140,7 @@ label chapter_4: with Dissolve(1) pause .5 + label phonepeek: "Fang’s password is{cps=*.1}...{/cps}" "Wait,{w=.4} only the ‘one’ key is smudged?" @@ -1148,6 +1149,60 @@ label chapter_4: pause .5 "Ah,{w=.4} the messenger app." + + transform cursortransform: + xalign 0.55 + block: + yalign 0.2 + pause .25 + easein_cubic 1 yalign 0.75 + pause .5 + repeat + + image cursor = At("pointer", cursortransform) + + + screen fuckthis(): + + 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 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")) + + transform: + # rotate 10 # thanks based nutbuster + viewport: + xalign 0.5 yanchor 0 ypos 0 xysize(795, 1000) + child_size(795, 7776) + draggable True + arrowkeys True + # edgescroll(400, 800) + + add "texts" + yinitial 1.0 + + frame: + xpos 50 ypos 50 + button: + text "CLOSE" style "button_text" + action (Hide("prompt"), Hide("fuckthis"), Return()) + + + 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