Most of prototype! yay

This commit is contained in:
2025-05-01 08:27:30 -05:00
parent 11605c9f17
commit 30bf202118
51 changed files with 1906 additions and 52 deletions

View File

@@ -7,6 +7,8 @@
radius = 16.0
[node name="Player" type="CharacterBody2D"]
collision_layer = 17
collision_mask = 17
script = ExtResource("1_symyc")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
@@ -17,3 +19,7 @@ self_modulate = Color(0.223529, 1, 1, 1)
texture = ExtResource("2_abrql")
[node name="Camera2D" type="Camera2D" parent="."]
[node name="InteractionRayCast" type="RayCast2D" parent="."]
unique_name_in_owner = true
target_position = Vector2(32, 0)