forked from Cavemanon/SnootGame
switch Fang's phone to light theme
This commit is contained in:
@ -1171,7 +1171,7 @@ label chapter_4:
|
|||||||
zoom 0.8
|
zoom 0.8
|
||||||
rotate 12.5
|
rotate 12.5
|
||||||
mousearea:
|
mousearea:
|
||||||
ypos -50
|
ypos -75
|
||||||
area(0.225, 0, 795, 1100)
|
area(0.225, 0, 795, 1100)
|
||||||
# xalign 0.5 yanchor 0 ypos 0
|
# xalign 0.5 yanchor 0 ypos 0
|
||||||
hovered Hide("prompt")
|
hovered Hide("prompt")
|
||||||
@ -1180,14 +1180,14 @@ label chapter_4:
|
|||||||
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()
|
||||||
add "black"
|
add "white"
|
||||||
timer 2 action(Show("mousedetect"), Show("prompt"))
|
timer 2 action(Show("mousedetect"), Show("prompt"))
|
||||||
|
|
||||||
transform: # thanks based nutbuster
|
transform: # thanks based nutbuster
|
||||||
zoom 0.8
|
zoom 0.8
|
||||||
rotate 12.5
|
rotate 12.5
|
||||||
viewport:
|
viewport:
|
||||||
xalign 0.51 yanchor 0 ypos -50 xysize(795, 1100)
|
xalign 0.51 yanchor 0 ypos -75 xysize(795, 1150)
|
||||||
child_size(795, 7650)
|
child_size(795, 7650)
|
||||||
draggable True
|
draggable True
|
||||||
arrowkeys True
|
arrowkeys True
|
||||||
|
Reference in New Issue
Block a user