:memo::fire:🔨

- removed a lot of unnecessary code
- Made a minimal working version
- Added documentation
This commit is contained in:
2025-10-24 15:13:35 +02:00
parent 0e55394699
commit 8f097de476
9 changed files with 68 additions and 189 deletions
@@ -6,7 +6,7 @@
[sub_resource type="CircleShape2D" id="CircleShape2D_npluf"]
resource_local_to_scene = true
radius = 300.0
radius = 150.0
[sub_resource type="Theme" id="Theme_5ajrf"]
default_font_size = 30
@@ -17,10 +17,9 @@ _area = NodePath("Area2D")
_label = NodePath("Area2D/CanvasLayer/MarginContainer/Label")
_outlineMaterial = ExtResource("2_qoey7")
[node name="Area2D" type="Area2D" parent="." node_paths=PackedStringArray("_interactionArea2D")]
[node name="Area2D" type="Area2D" parent="."]
collision_mask = 4
script = ExtResource("3_2wrrq")
_interactionArea2D = NodePath("..")
[node name="CollisionShape3D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("CircleShape2D_npluf")