ToonTownRewritten/toontown/coghq/StomperGlobals.py
2013-09-23 00:51:36 -06:00

12 lines
215 B
Python

STOMPER_START = 0
STOMPER_PAUSE = 1
STOMPER_RESUME = 2
STOMPER_RESET = 3
STOMPER_STOMP = 4
STOMPER_RISE = 5
MotionLinear = 0
MotionSinus = 1
MotionHalfSinus = 2
MotionSlowFast = 3
MotionCrush = 4
MotionSwitched = 5