7 lines
73 B
Python
7 lines
73 B
Python
CONST_FPS = 60
|
|
|
|
ROOM_START = 0
|
|
ROOM_MAIN = 1
|
|
ROOM_END = 2
|
|
ROOM_NEXT = -1
|