mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
5 lines
185 B
Python
Executable file
5 lines
185 B
Python
Executable file
from toontown.toonbase import ToontownGlobals
|
|
ENDLESS_GAME = config.GetBool('endless-maze-game', 0)
|
|
NUM_SPAWNERS = 6
|
|
GAME_DURATION = 60.0
|
|
CollideMask = ToontownGlobals.CatchGameBitmask
|