Adds rooms constants

Forgot to commit this.
This commit is contained in:
William Hubbard
2023-02-05 13:09:30 -07:00
parent 2c4584e05b
commit e03d74be36

View File

@@ -1 +1,6 @@
CONST_FPS = 60
ROOM_START = 0
ROOM_MAIN = 1
ROOM_END = 2
ROOM_NEXT = -1