Locked frame rate at 60fps and adjusted weapon speed to work with that.

This commit is contained in:
Henry Faber 2026-06-25 01:25:34 +01:00
parent 650239a9e8
commit 389485e82c
5 changed files with 6 additions and 5 deletions

View file

@ -29,11 +29,11 @@ animations = [{
}],
"loop": 1,
"name": &"default",
"speed": 24.0
"speed": 30.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mvdrj"]
size = Vector2(6.666667, 14)
size = Vector2(10, 16)
[node name="StockWeapon" type="Area2D" unique_id=1832200900]
script = ExtResource("1_u1d5o")