mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 03:44:47 +01:00
Fix Namebox position for mobile
This commit is contained in:
parent
e5769eb984
commit
123ee89e2d
1 changed files with 2 additions and 4 deletions
|
@ -435,10 +435,8 @@ init python:
|
||||||
gui.label_text_size = 51
|
gui.label_text_size = 51
|
||||||
|
|
||||||
## Adjust the location of the textbox.
|
## Adjust the location of the textbox.
|
||||||
gui.textbox_height = 360
|
gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
|
||||||
gui.name_xpos = 120
|
gui.text_width = 1650 # not needed
|
||||||
gui.text_xpos = 135
|
|
||||||
gui.text_width = 1650
|
|
||||||
## Change the size and spacing of various things.
|
## Change the size and spacing of various things.
|
||||||
gui.slider_size = 54
|
gui.slider_size = 54
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue