18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
[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")
|