2024-11-15 16:32:26 +01:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://crry0rgk7a8sm"]
|
|
|
|
|
|
2025-02-24 11:37:45 +01:00
|
|
|
[ext_resource type="Script" uid="uid://2ji3nxqbq577" path="res://Scripts/Weapon.cs" id="1_f5iec"]
|
2024-11-15 16:32:26 +01:00
|
|
|
|
2025-01-28 10:06:10 +01:00
|
|
|
[node name="Weapon" type="Sprite2D" node_paths=PackedStringArray("Muzzle")]
|
2024-11-15 16:32:26 +01:00
|
|
|
script = ExtResource("1_f5iec")
|
2025-01-28 10:06:10 +01:00
|
|
|
Muzzle = NodePath("Muzzle")
|
2024-11-15 16:32:26 +01:00
|
|
|
|
|
|
|
|
[node name="Muzzle" type="Marker2D" parent="."]
|
|
|
|
|
|
|
|
|
|
[node name="ShootTimer" type="Timer" parent="."]
|
|
|
|
|
one_shot = true
|