Noah2610 / deathfloor

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

Add Knockback component(s) #32

Open Noah2610 opened 4 years ago

Noah2610 commented 4 years ago

Similar to DealsDamage and TakesDamage. Knockback and KnockbackAffected.

Noah2610 commented 4 years ago

For now, we just configure the entity configs to have knockback behavior.

Knockback components may be nice for a knockback state in the future, but has low priority for now. Could also help with #41