From 1a858485283107d54d325d445713316cef898b4f Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 16 Apr 2024 11:46:50 +0200 Subject: [PATCH] feat: increased pistol range and disabled automatic firing --- godot/Weapons/pistol.tres | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/godot/Weapons/pistol.tres b/godot/Weapons/pistol.tres index 0a0ce7a..35b087a 100644 --- a/godot/Weapons/pistol.tres +++ b/godot/Weapons/pistol.tres @@ -8,7 +8,6 @@ point_count = 2 [resource] projectile_scene = ExtResource("1_h12ld") -range = 15.0 +range = 25.0 rounds_per_second = 10.0 -allow_automatic = true projectile_speed = SubResource("Curve_tdh3d")