feat: implemented full reload for revolver

This commit is contained in:
Sara 2025-08-09 15:36:48 +02:00
parent f40f01a569
commit 905726c862
18 changed files with 81 additions and 7 deletions

View file

@ -14,7 +14,7 @@ anim = NodePath("revolver/AnimationPlayer")
max_ammo = 6
loaded_ammo = 6
single_action_spread = 0.003
double_action_spread = 0.02
double_action_spread = 0.04
[node name="revolver" parent="." instance=ExtResource("1_5ynga")]