You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pDash/scenes/modules/platform_01.tscn

18 lines
536 B

[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")