12 lines
407 B
Plaintext
12 lines
407 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://i8mtky2req41"]
|
|
|
|
[ext_resource type="Script" uid="uid://d6nwfhyethdw" path="res://scenes/weapons/weapon_base.gd" id="1_v4xn6"]
|
|
|
|
[node name="WeaponBase" type="Node2D"]
|
|
script = ExtResource("1_v4xn6")
|
|
|
|
[node name="AttackCDTimer" type="Timer" parent="."]
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="AttackCDTimer" to="." method="_on_attack_cd_timer_timeout"]
|