Poodletooth-iLand/toontown/cogdominium/CogdoGameConsts.py

14 lines
552 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from toontown.minigame.MinigameGlobals import getSafezoneId, DifficultyOverrideMult, QuantizeDifficultyOverride, NoDifficultyOverride, getDifficulty
from toontown.minigame.MinigameGlobals import NoTrolleyZoneOverride as NoExteriorZoneOverride
MaxPlayers = 4
MessageLabelBlinkTime = 0.25
MessageLabelFadeTime = 0.25
MemoGuiTextScale = 0.11
MemoGuiTextColor = (1, 1, 0, 1)
ExitDoorMoveDuration = 1.0
LaffRewardMin = 25
LaffRewardRange = 112
LaffPenalty = 50
PenthouseElevatorInPath = '**/elevatorIN_node'
PenthouseElevatorOutPath = '**/elevatorOUT_node'