fixed death cam fov and added damage numbers

This commit is contained in:
derek
2024-08-07 15:57:48 -05:00
parent 795e1ae7f6
commit fb1dd498b4
12 changed files with 258 additions and 46 deletions

View File

@@ -50,7 +50,7 @@ func _process(delta):
else:
queue_free()
if ray.is_colliding() and ray.is_colliding() != null:
if ray.is_colliding() and ray.get_collider() != null:
if !ray.get_collider().is_in_group("player"):