Pixel-Pushers-1 / MonoZelda

Monogame implementation of OG Zelda.
0 stars 0 forks source link

Sword attack is bomb #102

Closed bitblip closed 2 days ago

bitblip commented 2 days ago

You can stab open bombable doors because the sword collider type is Bomb.

clong2108 commented 2 days ago

Will add sword collider type can also be boomerang which causes enemies to be stunned instead of damaged. Also when sword collider type is bomb enemies will take double damage from sword.

RobertEGreenslade12 commented 2 days ago

This is fixed with my newest PR.