Files
Throot/constants.py
William Hubbard 8aab7d94f1 Adds a sky.
2023-02-05 16:10:11 -07:00

8 lines
74 B
Python

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