minor tweaks

This commit is contained in:
Derek
2024-07-25 22:38:58 -05:00
parent 88f0aba35d
commit c16d876393
6 changed files with 198 additions and 160 deletions

View File

@@ -43,7 +43,6 @@ func _process(delta):
player.level_control.health -= bullet_damage
player.hurt_audio.play()
queue_free()
print(player.level_control.health)
if ray.is_colliding() and !ray.get_collider().is_in_group("player"):