feat: implement projectile system and add nail gun, plasma gun, and DMR weapons

This commit is contained in:
DottsGit
2026-06-04 17:35:12 -04:00
parent 7b7107c5d6
commit c32f45a8aa
4 changed files with 21 additions and 8 deletions
+6
View File
@@ -110,3 +110,9 @@ func _input(event: InputEvent) -> void:
func _start_reload() -> void:
super._start_reload()
is_ads = false # Drop out of ADS on reload
func unequip() -> void:
is_ads = false
if camera:
camera.fov = default_fov
position = Vector3(0.3, -0.3, -0.7)