Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions components/platform/platform.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
[ext_resource type="Script" uid="uid://dilh5jyuklov6" path="res://components/platform/platform.gd" id="1_dpc6h"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_i4vtk"]
size = Vector2(384, 40)
resource_local_to_scene = true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

size = Vector2(256, 40)

[sub_resource type="RectangleShape2D" id="RectangleShape2D_o2vn2"]
size = Vector2(384, 128)
resource_local_to_scene = true
size = Vector2(256, 128)

[sub_resource type="Animation" id="Animation_6232f"]
resource_name = "shake"
Expand Down Expand Up @@ -58,7 +60,7 @@ texture_filter = 3
unique_name_in_owner = true
root_node = NodePath("../Sprites")
libraries = {
"": SubResource("AnimationLibrary_cwxfq")
&"": SubResource("AnimationLibrary_cwxfq")
}

[connection signal="body_entered" from="RigidBody2D" to="." method="_on_rigid_body_2d_body_entered"]
Expand Down