mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
button init
This commit is contained in:
parent
66f5a4714f
commit
f37c02291c
1 changed files with 8 additions and 6 deletions
|
@ -1253,13 +1253,15 @@ label chapter_4:
|
|||
add "texts"
|
||||
yinitial 1.0
|
||||
|
||||
frame:
|
||||
xalign 0.53 ypos 100
|
||||
button:
|
||||
text "CLOSE" style "button_text":
|
||||
xalign 0.5
|
||||
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
|
||||
action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return())
|
||||
ysize 100
|
||||
action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return())
|
||||
add "fang phone"
|
||||
|
||||
call screen textscroll with dissolve
|
||||
|
|
Loading…
Reference in a new issue