commit no. 5

This commit is contained in:
2026-05-29 10:51:25 -04:00
parent 617c6cc233
commit facb2e227e
27 changed files with 348 additions and 87 deletions
+25
View File
@@ -6,6 +6,15 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_q4dkg"]
size = Vector2(1600, 800)
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_7h2rc"]
bounce = 0.4
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7h2rc"]
size = Vector2(400, 16)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fjt81"]
size = Vector2(400, 16)
[node name="GridMap2D" type="Node2D" unique_id=1123610167]
script = ExtResource("1_lq4m8")
@@ -14,4 +23,20 @@ script = ExtResource("1_lq4m8")
[node name="Bounds" type="CollisionShape2D" parent="PlayArea" unique_id=1902214362]
shape = SubResource("RectangleShape2D_q4dkg")
[node name="LeftEdge1" type="StaticBody2D" parent="." unique_id=1883047200]
physics_material_override = SubResource("PhysicsMaterial_7h2rc")
[node name="Bounds" type="CollisionShape2D" parent="LeftEdge1" unique_id=1546734575]
position = Vector2(-1000, -392)
shape = SubResource("RectangleShape2D_7h2rc")
debug_color = Color(0.98836404, 0, 0.30800217, 0.41960785)
[node name="RightEdge1" type="StaticBody2D" parent="." unique_id=258284814]
physics_material_override = SubResource("PhysicsMaterial_7h2rc")
[node name="Bounds" type="CollisionShape2D" parent="RightEdge1" unique_id=773927888]
position = Vector2(1000, -392)
shape = SubResource("RectangleShape2D_fjt81")
debug_color = Color(0.9882353, 0, 0.30980393, 0.41960785)
[node name="GridMarker" parent="." unique_id=1390656323 instance=ExtResource("2_gc0wv")]