master
E. Almqvist 3 years ago
parent 15af82d5a9
commit 2a07dbdffe
  1. 6
      src/config.rb

@ -5,9 +5,9 @@ ENABLE_DEBUG = true
WORLD_SEED = 123456789
# UI
WINDOW_WIDTH = 1200
WINDOW_HEIGHT = 900
WINDOW_FULLSCREEN = true
WINDOW_WIDTH = 1600
WINDOW_HEIGHT = 900
WINDOW_FULLSCREEN = false
MAIN_FONT = "monospace"
# Keybinds

Loading…
Cancel
Save