Poodletooth-iLand/toontown/minigame/DivingGameGlobals.py

6 lines
185 B
Python
Raw Permalink Normal View History

2015-11-14 19:28:53 +00:00
from toontown.toonbase import ToontownGlobals
ENDLESS_GAME = config.GetBool('endless-maze-game', 0)
NUM_SPAWNERS = 6
GAME_DURATION = 60.0
CollideMask = ToontownGlobals.CatchGameBitmask