started work on camera going red with damage

This commit is contained in:
derek
2024-08-07 17:01:41 -05:00
parent fb1dd498b4
commit 5652e75508
10 changed files with 38 additions and 8 deletions

View File

@@ -20,5 +20,5 @@ func hit(bullet_damage):
var number_spawn = damage_number.instantiate()
number_spawn.damage_amt = bullet_damage * damage
number_spawn.position = global_position + Vector3(0,2,0)
number_spawn.position = global_position + Vector3(0,1,0)
get_tree().get_root().add_child(number_spawn)