diff options
Diffstat (limited to 'include/constants.lua')
-rw-r--r-- | include/constants.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants.lua b/include/constants.lua index 922a35b..ab5fcf1 100644 --- a/include/constants.lua +++ b/include/constants.lua @@ -8,3 +8,8 @@ KEY_SPACE = ' ' MAP_WALL = 1 MAP_SPACE = 0 MAP_VISITED = -1 + +SCENE_INTRO = 0 +SCENE_LEVEL = 1 +SCENE_WIN = 2 +SCENE_LOSS = 3
\ No newline at end of file |