forked from Cavemanon/SnootGame
Fix say window positions and relevant infomation
This commit is contained in:
@ -443,14 +443,15 @@ init python:
|
||||
|
||||
## Font sizes.
|
||||
gui.text_size = 45
|
||||
gui.name_text_size = 54
|
||||
gui.name_text_size = 50
|
||||
gui.notify_text_size = 38
|
||||
gui.interface_text_size = 45
|
||||
gui.button_text_size = 45
|
||||
gui.label_text_size = 51
|
||||
|
||||
## Adjust the location of the textbox.
|
||||
gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
|
||||
# gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
|
||||
# gui.window_yoffset = 240;
|
||||
gui.text_width = 1650 # not needed
|
||||
## Change the size and spacing of various things.
|
||||
gui.slider_size = 54
|
||||
|
Reference in New Issue
Block a user