newest Version as of right now

This commit is contained in:
2025-06-21 06:25:34 +02:00
parent 35d8ece14f
commit 76da17dfbe
40 changed files with 1104 additions and 156 deletions

View File

@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://bwakdn8hnjoq4"]
[sub_resource type="QuadMesh" id="QuadMesh_go701"]
size = Vector2(1000, 100)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_go701"]
size = Vector2(1001, 98)
[node name="Platform" type="StaticBody2D"]
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
position = Vector2(-35, 194)
mesh = SubResource("QuadMesh_go701")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-35.5, 194)
shape = SubResource("RectangleShape2D_go701")