panthavma / castagne

Fighting Game engine and toolkit
Other
77 stars 9 forks source link

Charge Moves and Negative Edge update for CMInput #51

Closed mrgoodtimehaver closed 1 year ago

mrgoodtimehaver commented 1 year ago

Adds charge moves to the motion input system by putting brackets around the direction to be held (e.g. [2]8). Adds negative edge by putting inverted brackets around the button (e.g. ]L[ ). Adding consecutive inputs of the same direction (e.g. 22) now works by automatically inserting a "5" input between the two.

panthavma commented 1 year ago

Looking good! Thanks for the work! I also appreciate that you did the work to merge it with the current version :)