Reorganizing thing in a more coherent fashion

This commit is contained in:
2024-01-19 09:12:37 -08:00
parent 88f1cec190
commit 630670d5b1
43 changed files with 3748 additions and 1511 deletions
+17
View File
@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://cuefds30ddne1"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
size = Vector2(96, 32)
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
[node name="Platform_00" type="StaticBody2D"]
collision_layer = 2
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
scale = Vector2(64, 32)
mesh = SubResource("QuadMesh_qcjog")
+17
View File
@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://bfanvsl6qnd7g"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
size = Vector2(224, 32)
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
size = Vector2(192, 32)
[node name="Platform_01" type="StaticBody2D"]
collision_layer = 2
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
mesh = SubResource("QuadMesh_qcjog")
+17
View File
@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://dn0lboldm331y"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
size = Vector2(352, 32)
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
size = Vector2(320, 32)
[node name="Platform_02" type="StaticBody2D"]
collision_layer = 2
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
mesh = SubResource("QuadMesh_qcjog")