diff --git a/components/platform/platform.tscn b/components/platform/platform.tscn index 66a812c..6f7e0e0 100644 --- a/components/platform/platform.tscn +++ b/components/platform/platform.tscn @@ -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 +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" @@ -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"]