File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -477,10 +477,10 @@ pause_fps_max (FPS in pause menu) int 20
477
477
viewing_range (Viewing range) int 100 20 4000
478
478
479
479
# Width component of the initial window size.
480
- screenW (Screen width) int 800
480
+ screen_w (Screen width) int 800
481
481
482
482
# Height component of the initial window size.
483
- screenH (Screen height) int 600
483
+ screen_h (Screen height) int 600
484
484
485
485
# Save window size automatically when modified.
486
486
autosave_screensize (Autosave Screen Size) bool true
Original file line number Diff line number Diff line change @@ -549,11 +549,11 @@ max_out_chat_queue_size = 20
549
549
550
550
# Width component of the initial window size.
551
551
# type: int
552
- # screenW = 800
552
+ # screen_w = 800
553
553
554
554
# Height component of the initial window size.
555
555
# type: int
556
- # screenH = 600
556
+ # screen_h = 600
557
557
558
558
# Save the window size automatically when modified.
559
559
# type: bool
You can’t perform that action at this time.
0 commit comments