mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
xmax ymax spacing Quick buttons
This commit is contained in:
parent
2e32d74aec
commit
1efc015419
1 changed files with 3 additions and 2 deletions
|
@ -1618,8 +1618,8 @@ style pref_vbox:
|
|||
screen quick_button(filename, label, function):
|
||||
variant "small"
|
||||
button:
|
||||
xmaximum 180
|
||||
ymaximum 100
|
||||
xmaximum 124
|
||||
ymaximum 124
|
||||
action function
|
||||
fixed:
|
||||
add filename xalign 0.5 yalign 0.5 zoom 1.75
|
||||
|
@ -1630,6 +1630,7 @@ screen quick_menu():
|
|||
zorder 100
|
||||
if quick_menu:
|
||||
hbox:
|
||||
spacing 28
|
||||
style_prefix "quick"
|
||||
xalign 0.5
|
||||
yalign 0.975
|
||||
|
|
Loading…
Reference in a new issue