parent
718121df91
commit
dfd79c086b
|
@ -477,10 +477,10 @@ pause_fps_max (FPS in pause menu) int 20
|
||||||
viewing_range (Viewing range) int 100 20 4000
|
viewing_range (Viewing range) int 100 20 4000
|
||||||
|
|
||||||
# Width component of the initial window size.
|
# Width component of the initial window size.
|
||||||
screenW (Screen width) int 800
|
screen_w (Screen width) int 800
|
||||||
|
|
||||||
# Height component of the initial window size.
|
# Height component of the initial window size.
|
||||||
screenH (Screen height) int 600
|
screen_h (Screen height) int 600
|
||||||
|
|
||||||
# Save window size automatically when modified.
|
# Save window size automatically when modified.
|
||||||
autosave_screensize (Autosave Screen Size) bool true
|
autosave_screensize (Autosave Screen Size) bool true
|
||||||
|
|
|
@ -549,11 +549,11 @@ max_out_chat_queue_size = 20
|
||||||
|
|
||||||
# Width component of the initial window size.
|
# Width component of the initial window size.
|
||||||
# type: int
|
# type: int
|
||||||
# screenW = 800
|
# screen_w = 800
|
||||||
|
|
||||||
# Height component of the initial window size.
|
# Height component of the initial window size.
|
||||||
# type: int
|
# type: int
|
||||||
# screenH = 600
|
# screen_h = 600
|
||||||
|
|
||||||
# Save the window size automatically when modified.
|
# Save the window size automatically when modified.
|
||||||
# type: bool
|
# type: bool
|
||||||
|
|
Loading…
Reference in New Issue