Tuesday, 05 August 2025 01:43:58

This commit is contained in:
2025-08-05 01:44:03 -04:00
parent 7f65338679
commit 33db2a63a2
25 changed files with 456 additions and 596 deletions

13
Gameplay/pocket.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://dl1qsemhbxaoh"]
[ext_resource type="Script" uid="uid://cyem70f52xfps" path="res://Gameplay/Pocket.cs" id="1_f316g"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_kcs3t"]
radius = 74.0
height = 264.0
[node name="Pocket" type="Area2D"]
script = ExtResource("1_f316g")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_kcs3t")