8 lines
74 B
Python
8 lines
74 B
Python
CONST_FPS = 60
|
|
|
|
ROOM_START = 0
|
|
ROOM_MAIN = 1
|
|
ROOM_END = 2
|
|
ROOM_NEXT = -1
|
|
|