more tweaks to breakable vent and barrel can now explode

This commit is contained in:
derek
2024-12-12 16:15:01 -06:00
parent 763b074148
commit 78dc14b84f
15 changed files with 297 additions and 104 deletions

View File

@@ -17,6 +17,7 @@ func _process(delta):
func hit(bullet_damage):
emit_signal("body_part_hit", damage, bullet_damage)
SignalBus.emit_signal("enemy_hit")
var number_spawn = damage_number.instantiate()
number_spawn.damage_amt = bullet_damage * damage