eliasreid / rad-shooter

Simply c++ arcade-y shooting game using SDL. WIP, no installer
1 stars 0 forks source link

invincibility on enemy leaving screen #26

Closed eliasreid closed 4 years ago

eliasreid commented 4 years ago

Should damage player, but should not give player invincibility.

Need to decouple damaging the player and giving the player invincibility.