more hud work

This commit is contained in:
derek
2024-12-13 15:20:17 -06:00
parent 9bb5332ba6
commit ec75bffb70
29 changed files with 178 additions and 81 deletions

View File

@@ -133,7 +133,7 @@ func _on_area_3d_body_part_hit(dam,bullet_damage):
func _on_prefire_timer_timeout():
fire(barrel_1)
smoke.emitting = true
#await get_tree().create_timer(.5).timeout # makes it too hard lol
await get_tree().create_timer(.01).timeout # makes it too hard lol
fire(barrel_2)
smoke_2.emitting = true
turret_material.emission_enabled = false