initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Global constants
|
||||
|
||||
SCREEN_SIZE = [720, 480].freeze
|
||||
N, S, W, E = 1, 2, 4, 8
|
||||
|
||||
DEBUG = ARGV.include?("--debug")
|
||||
Reference in New Issue
Block a user