XML talk:StNA

From OniGalore
Revision as of 11:47, 27 July 2019 by Paradox-01 (talk | contribs) (Anim types bound to user input, WIP)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Anim types bound to user input

For anim types, the series of anims is hardcoded. This is usually important for combos.

key strokes => Type
mouse left - StandingTurnLeft
mouse left - CrouchTurnLeft (obsolete, because can be replaced by StandingTurnLeft and anim will still play)
...
p => Punch
p, p => Punch2
p, p, p => Punch3
p, p, k => PPK
p, p, k, k => PPKK
p, p, k, k, k => PPKKK
p, p, k, k, k, k => PPKKKK
c => Kick
c, c => Kick2
c, c, c => Kick3
k, k, fk => Kick3Fw
...