mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +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}"
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue