Tuesday, 05 August 2025 01:43:58
This commit is contained in:
13
Gameplay/pocket.tscn
Normal file
13
Gameplay/pocket.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user