🚧 WIP first setup completed (still buggy!)

This commit is contained in:
2025-10-22 19:30:33 +02:00
parent b1335d4b00
commit 0e55394699
12 changed files with 272 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://dugr6ff1g7hi0"]
[ext_resource type="Script" uid="uid://c3pd60biootsx" path="res://scripts/CSharp/Common/CharacterControls/Detector.cs" id="1_6pib0"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qwv4c"]
size = Vector2(300, 300)
[node name="right" type="Area2D"]
collision_layer = 4
script = ExtResource("1_6pib0")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_qwv4c")
debug_color = Color(0.9459047, 7.2196126e-06, 0.5925879, 0.41960785)
[connection signal="InteractableEntered" from="." to="CollisionShape2D" method="hide"]
[connection signal="InteractableExited" from="." to="CollisionShape2D" method="show"]