5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit afd1def9d3 - Show all commits

View File

@ -435,10 +435,8 @@ init python:
gui.label_text_size = 51
## Adjust the location of the textbox.
gui.textbox_height = 360
gui.name_xpos = 120
gui.text_xpos = 135
gui.text_width = 1650
gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
gui.text_width = 1650 # not needed
## Change the size and spacing of various things.
gui.slider_size = 54