Gun reload

This commit is contained in:
Alexey 2025-07-21 21:10:21 +03:00
commit 12cb74ba2c
6 changed files with 118 additions and 44 deletions

View file

@ -35,6 +35,19 @@ stretch_mode = 6
[node name="AnimationPlayer" type="AnimationPlayer" parent="HUD/Weapon"]
autoplay = "static"
[node name="Ammo" type="Label" parent="HUD"]
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -54.0
offset_top = -23.0
grow_horizontal = 0
grow_vertical = 0
theme_override_font_sizes/font_size = 32
text = "0/0"
[node name="WeaponContainer" type="Node3D" parent="."]
[node name="Weapon" parent="WeaponContainer" instance=ExtResource("2_ma1q3")]