commit no. 5

This commit is contained in:
2026-05-29 10:51:25 -04:00
parent 617c6cc233
commit facb2e227e
27 changed files with 348 additions and 87 deletions
+3 -3
View File
@@ -1,13 +1,12 @@
[gd_scene format=3 uid="uid://cevk7yax5tvej"]
[ext_resource type="Script" uid="uid://dm2gyxmgwbmg8" path="res://Attack.cs" id="1_63pi1"]
[ext_resource type="Texture2D" uid="uid://nwj4n7if8kqd" path="res://circle25r.png" id="2_hqc8w"]
[ext_resource type="Texture2D" uid="uid://nwj4n7if8kqd" path="res://Art/circle25r.png" id="2_hqc8w"]
[sub_resource type="CircleShape2D" id="CircleShape2D_7yfhp"]
radius = 25.0
radius = 14.0
[node name="Attack" type="RigidBody2D" unique_id=1225359241]
scale = Vector2(0.56, 0.56)
input_pickable = true
contact_monitor = true
max_contacts_reported = 100
@@ -17,6 +16,7 @@ script = ExtResource("1_63pi1")
shape = SubResource("CircleShape2D_7yfhp")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1583277900]
scale = Vector2(0.56, 0.56)
texture = ExtResource("2_hqc8w")
[connection signal="body_entered" from="." to="." method="TakeAction"]