Poodletooth-iLand/toontown/minigame/DivingGameGlobals.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

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