Move Namebox magic numbers and edit the script
Edited the fourth day script: "Fang Reed and Trish" -> into an actual Character object "Fang Reed & Trish"
This commit is contained in:
@ -140,11 +140,13 @@ style window:
|
||||
xoffset 0
|
||||
xcenter 0.5
|
||||
|
||||
#for now large names adds +185 xpos to the window, it could be better but for
|
||||
#now this is fine
|
||||
style namebox:
|
||||
xalign 0.5
|
||||
xpos 350 ypos -85
|
||||
xpos gui.name_xpos
|
||||
ypos gui.name_ypos
|
||||
|
||||
style namebox_large is namebox:
|
||||
xpos gui.name_large_xpos
|
||||
|
||||
style say_label:
|
||||
properties gui.text_properties("name", accent=True)
|
||||
@ -1604,10 +1606,6 @@ style window:
|
||||
variant "small"
|
||||
yoffset -100 # ypos 1000
|
||||
|
||||
style namebox:
|
||||
variant "small"
|
||||
xpos 355
|
||||
|
||||
style radio_button:
|
||||
variant "small"
|
||||
foreground "gui/phone/button/radio_[prefix_]foreground.png"
|
||||
|
Reference in New Issue
Block a user