From 2c3b3f27246adc34b1184692175d008688b1bb31 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 2 May 2024 15:15:59 +0200 Subject: [PATCH] feat: increased pistol projectile speed --- godot/Weapons/pistol.tres | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/godot/Weapons/pistol.tres b/godot/Weapons/pistol.tres index 35b087a..f1b6c29 100644 --- a/godot/Weapons/pistol.tres +++ b/godot/Weapons/pistol.tres @@ -3,7 +3,8 @@ [ext_resource type="PackedScene" uid="uid://c3fyth1hvgy2m" path="res://Projectiles/default_pellet.tscn" id="1_h12ld"] [sub_resource type="Curve" id="Curve_tdh3d"] -_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] +max_value = 2.0 +_data = [Vector2(0, 2), 0.0, 0.0, 0, 0, Vector2(1, 2), 0.0, 0.0, 0, 0] point_count = 2 [resource]