added crown, tweaks with muzzle smoke

This commit is contained in:
derek
2024-11-27 16:47:25 -06:00
parent ff3155f25f
commit 211c243624
21 changed files with 1047 additions and 20 deletions

View File

@@ -130,7 +130,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
#await get_tree().create_timer(.5).timeout # makes it too hard lol
fire(barrel_2)
smoke_2.emitting = true
turret_material.emission_enabled = false