danielquinnell / BlackBow

Black Bow is a 2D, cave exploring, archery, puzzle game
Other
3 stars 0 forks source link

Walking, Running, Crouching, and crouch walking Character states #7

Open ashindlecker opened 9 years ago

ashindlecker commented 9 years ago

Currently, characters only have 2 states, moving and not moving.

We need states for running, crouching, and crouch walking. These states should change speeds and bounding box when crouching.

Check out ./GameComponents/CharacterComponent.as ./GameSystems/CharacterSystem.as

for more detail on how the character works.