forked from Cavemanon/SnootGame
Change yoffset magic number to variable
This commit is contained in:
@ -138,6 +138,7 @@ style window:
|
||||
yalign gui.textbox_yalign
|
||||
ysize gui.textbox_height
|
||||
xoffset 0
|
||||
yoffset gui.window_yoffset
|
||||
xcenter 0.5
|
||||
|
||||
style namebox:
|
||||
@ -1606,10 +1607,6 @@ screen quick_menu():
|
||||
[ "Menu", ShowMenu() ] \
|
||||
] )
|
||||
|
||||
style window:
|
||||
variant "small"
|
||||
yoffset -75 # ypos 1000
|
||||
|
||||
style radio_button:
|
||||
variant "small"
|
||||
foreground "gui/phone/button/radio_[prefix_]foreground.png"
|
||||
|
Reference in New Issue
Block a user