mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 03:44:47 +01:00
Finish Button image & Improve transform
This commit is contained in:
parent
fec34826ba
commit
4f7b0d4934
3 changed files with 5 additions and 8 deletions
Binary file not shown.
Before Width: | Height: | Size: 135 KiB |
BIN
game/images/other/fangbutton.png
Normal file
BIN
game/images/other/fangbutton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
|
@ -1209,11 +1209,10 @@ label chapter_4:
|
|||
"Ah, the messenger app."
|
||||
|
||||
transform cursortransform:
|
||||
xalign 0.55
|
||||
block:
|
||||
yalign 0.2
|
||||
yalign 0.2 xalign 0.60
|
||||
pause .25
|
||||
easein_cubic 1 yalign 0.75
|
||||
easein_cubic 1 yalign 0.75 xalign 0.54
|
||||
pause .5
|
||||
repeat
|
||||
|
||||
|
@ -1256,11 +1255,9 @@ label chapter_4:
|
|||
button:
|
||||
xalign 0.53 ypos 65
|
||||
fixed:
|
||||
add "gui/button/menubuttons/template_idle.png"
|
||||
text "Close" style "button_text":
|
||||
xalign 0.5 yalign 0.5
|
||||
xsize 500
|
||||
ysize 100
|
||||
add "fangbutton" xalign 0.5 yalign 0.5
|
||||
xsize 284
|
||||
ysize 107
|
||||
action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return())
|
||||
add "fang phone"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue