This commit is contained in:
MaddoScientisto 2025-01-20 21:58:59 +01:00
commit ba46799911
7 changed files with 60 additions and 6 deletions

View file

@ -6,10 +6,11 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_x0adl"]
[node name="ControlPad" type="Area2D" groups=["Interactable"]]
[node name="ControlPad" type="Area2D" node_paths=PackedStringArray("Target") groups=["Interactable"]]
collision_layer = 4
collision_mask = 2
script = ExtResource("1_8ev2v")
Target = NodePath("Pickupper")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_x0adl")