Files
mist/settings/configuration.rb
T
2026-03-25 07:13:37 +00:00

7 lines
110 B
Ruby

# Global constants
SCREEN_SIZE = [720, 480].freeze
N, S, W, E = 1, 2, 4, 8
DEBUG = ARGV.include?("--debug")