summaryrefslogtreecommitdiff
path: root/include/constants.lua
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants.lua')
-rw-r--r--include/constants.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants.lua b/include/constants.lua
new file mode 100644
index 0000000..5d8e860
--- /dev/null
+++ b/include/constants.lua
@@ -0,0 +1,10 @@
+KEY_W = 119
+KEY_A = 97
+KEY_S = 115
+KEY_D = 100
+KEY_SPACE = ' '
+
+
+TILE_WALL = 'w'
+TILE_SPACE = ' '
+TILE_ENEMY = 'e' \ No newline at end of file