- Added dashing ability (included in the example project)
- Changed state variable names to the more conventional format
--STATES inst.is_grounded = false inst.is_jumping = false inst.is_dashing = false inst.is_wallsliding = false inst.is_on_ledge = false inst.is_hurt = false
I’ll update playable demo a bit later.