oldschool-toontown/toontown/coghq/StomperGlobals.py

13 lines
215 B
Python
Raw Normal View History

2019-11-02 17:27:54 -05:00
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