Saturday, 31 January 2026 01:00:43

This commit is contained in:
2026-01-31 01:00:45 -05:00
parent d9d33f9758
commit 672e91d381
38 changed files with 374 additions and 424 deletions

View File

@@ -1,6 +1,16 @@
[gd_scene load_steps=2 format=3 uid="uid://if21pf73w7by"]
[gd_scene format=3 uid="uid://if21pf73w7by"]
[ext_resource type="Script" uid="uid://bgj2cuqdq0b6l" path="res://Gameplay/Contact.cs" id="1_basqx"]
[ext_resource type="PackedScene" uid="uid://fygidhjkgabe" path="res://Gameplay/action.tscn" id="2_dg7ct"]
[node name="Contact" type="Sprite2D"]
[node name="Contact" type="Sprite2D" unique_id=1143036413]
script = ExtResource("1_basqx")
[node name="Timer" type="Timer" parent="." unique_id=879173975]
[node name="Cooldown" type="Timer" parent="." unique_id=1276257080]
[node name="Action" parent="." unique_id=110922950 instance=ExtResource("2_dg7ct")]
[connection signal="timeout" from="Timer" to="." method="OnTimerTimeout"]
[connection signal="timeout" from="Cooldown" to="." method="OnCooldownTimeout"]