Poodletooth-iLand/toontown/minigame/DivingGameGlobals.py
2015-03-03 17:10:12 -05:00

5 lines
185 B
Python

from toontown.toonbase import ToontownGlobals
ENDLESS_GAME = config.GetBool('endless-maze-game', 0)
NUM_SPAWNERS = 6
GAME_DURATION = 60.0
CollideMask = ToontownGlobals.CatchGameBitmask