mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
footstep and impact enum extension support
Removes hardcoded case statements in favor of an offset-driven approach.
This commit is contained in:
parent
c44d827c41
commit
62506214d0
2 changed files with 7 additions and 47 deletions
|
|
@ -196,7 +196,8 @@ struct PlayerData: public ShapeBaseData {
|
|||
FootBubbles,
|
||||
MoveBubbles,
|
||||
WaterBreath,
|
||||
ImpactSoft,
|
||||
ImpactStart,
|
||||
ImpactSoft = ImpactStart,
|
||||
ImpactHard,
|
||||
ImpactMetal,
|
||||
ImpactSnow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue