Files
Throot/constants.py
William Hubbard e03d74be36 Adds rooms constants
Forgot to commit this.
2023-02-05 13:09:30 -07:00

7 lines
73 B
Python

CONST_FPS = 60
ROOM_START = 0
ROOM_MAIN = 1
ROOM_END = 2
ROOM_NEXT = -1