feat: increased pistol projectile speed

This commit is contained in:
Sara 2024-05-02 15:15:59 +02:00
parent a86b912d01
commit 2c3b3f2724

View file

@ -3,7 +3,8 @@
[ext_resource type="PackedScene" uid="uid://c3fyth1hvgy2m" path="res://Projectiles/default_pellet.tscn" id="1_h12ld"] [ext_resource type="PackedScene" uid="uid://c3fyth1hvgy2m" path="res://Projectiles/default_pellet.tscn" id="1_h12ld"]
[sub_resource type="Curve" id="Curve_tdh3d"] [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 point_count = 2
[resource] [resource]