Noah2610 / deathfloor

Work-in-progress Mega Man inspired game.
MIT License
2 stars 0 forks source link

Player crouch #86

Closed Noah2610 closed 4 years ago

Noah2610 commented 4 years ago

While the player is holding down the crouch button (down), they should enter a crouched state.

This state includes the following changes:

The crouched state should probably have its own entity config, but entering/exiting crouched state should be handled through actual code.

Noah2610 commented 4 years ago

Crouching works with the abstract config "PlayerCrouch". Still needs a bunch of settings tweaks.

Closing for now.