Xinoi / DNASIC

Little SpaceGame for IT-Project
GNU General Public License v2.0
1 stars 0 forks source link

Hit delay #92

Closed Xinoi closed 2 years ago

Xinoi commented 2 years ago

if you touch an enemy you instantly die even though it should only make 10 damage. The reason for this is, that the damage is getting inflictet every tick. The solution should be to implement a hit deley in which the player is invincible to contact damage for a short amount of time

Jan130 commented 2 years ago

Fixed this in branch leftClickShoot