mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
12 lines
410 B
Text
12 lines
410 B
Text
[gd_scene load_steps=2 format=3 uid="uid://crry0rgk7a8sm"]
|
|
|
|
[ext_resource type="Script" uid="uid://2ji3nxqbq577" path="res://Scripts/Weapon.cs" id="1_f5iec"]
|
|
|
|
[node name="Weapon" type="Sprite2D" node_paths=PackedStringArray("Muzzle")]
|
|
script = ExtResource("1_f5iec")
|
|
Muzzle = NodePath("Muzzle")
|
|
|
|
[node name="Muzzle" type="Marker2D" parent="."]
|
|
|
|
[node name="ShootTimer" type="Timer" parent="."]
|
|
one_shot = true
|