mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-23 02:22:49 +01:00
rotate phonepeek scene back to correct angle
This commit is contained in:
parent
3942b354ef
commit
3257c1fe8b
2 changed files with 28 additions and 27 deletions
Binary file not shown.
Before Width: | Height: | Size: 839 KiB After Width: | Height: | Size: 808 KiB |
|
@ -846,6 +846,7 @@ label chapter_4:
|
||||||
"{cps=*.1}...{/cps}"
|
"{cps=*.1}...{/cps}"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
label templabel:
|
||||||
scene bandroom
|
scene bandroom
|
||||||
show fang unimpressed flip at sright
|
show fang unimpressed flip at sright
|
||||||
show anon neutral:
|
show anon neutral:
|
||||||
|
@ -1161,29 +1162,33 @@ label chapter_4:
|
||||||
|
|
||||||
image cursor = At("pointer", cursortransform)
|
image cursor = At("pointer", cursortransform)
|
||||||
|
|
||||||
|
screen prompt():
|
||||||
screen fuckthis():
|
|
||||||
|
|
||||||
fixed:
|
fixed:
|
||||||
add "cursor"
|
add "cursor"
|
||||||
|
|
||||||
screen prompt():
|
screen mousedetect():
|
||||||
|
transform: # thanks based nutbuster
|
||||||
|
zoom 0.8
|
||||||
|
rotate 12.5
|
||||||
mousearea:
|
mousearea:
|
||||||
area(0.3, 0, 795, 1000)
|
ypos -50
|
||||||
|
area(0.225, 0, 795, 1100)
|
||||||
# xalign 0.5 yanchor 0 ypos 0
|
# xalign 0.5 yanchor 0 ypos 0
|
||||||
hovered Hide("fuckthis")
|
hovered Hide("prompt")
|
||||||
unhovered Show("fuckthis")
|
unhovered Show("prompt")
|
||||||
|
|
||||||
screen textscroll():
|
screen textscroll():
|
||||||
# kick the player back out in X seconds in case they can't find the 'close' button
|
# kick the player back out in X seconds in case they can't find the 'close' button
|
||||||
# timer 10.0 action Return()
|
# timer 10.0 action Return()
|
||||||
timer 0.5 action(Show("prompt"), Show("fuckthis"))
|
add "black"
|
||||||
|
timer 2 action(Show("mousedetect"), Show("prompt"))
|
||||||
|
|
||||||
transform:
|
transform: # thanks based nutbuster
|
||||||
# rotate 10 # thanks based nutbuster
|
zoom 0.8
|
||||||
|
rotate 12.5
|
||||||
viewport:
|
viewport:
|
||||||
xalign 0.5 yanchor 0 ypos 0 xysize(795, 1000)
|
xalign 0.51 yanchor 0 ypos -50 xysize(795, 1100)
|
||||||
child_size(795, 7776)
|
child_size(795, 7650)
|
||||||
draggable True
|
draggable True
|
||||||
arrowkeys True
|
arrowkeys True
|
||||||
# edgescroll(400, 800)
|
# edgescroll(400, 800)
|
||||||
|
@ -1192,22 +1197,18 @@ label chapter_4:
|
||||||
yinitial 1.0
|
yinitial 1.0
|
||||||
|
|
||||||
frame:
|
frame:
|
||||||
xpos 50 ypos 50
|
xalign 0.53 ypos 100
|
||||||
button:
|
button:
|
||||||
text "CLOSE" style "button_text"
|
text "CLOSE" style "button_text":
|
||||||
action (Hide("prompt"), Hide("fuckthis"), Return())
|
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."
|
"{cps=*.1}...{/cps}There’s surprisingly not a lot."
|
||||||
|
|
||||||
"Seems they interact mostly in person."
|
"Seems they interact mostly in person."
|
||||||
|
|
Loading…
Reference in a new issue