2025-09-17 02:29:35 +02:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://4l3elvxpghw8"]
|
2025-09-16 23:42:09 +02:00
|
|
|
|
2025-09-17 14:03:37 +02:00
|
|
|
[ext_resource type="Script" uid="uid://dwmquoam37sve" path="res://utils/platform.gd" id="1_c1gtx"]
|
2025-09-16 23:42:09 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="2_c1gtx"]
|
2025-09-19 02:12:28 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dx1q5flmub36" path="res://utils/platform.png" id="2_olh5f"]
|
2025-09-16 23:42:09 +02:00
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ry5bi"]
|
|
|
|
|
size = Vector2(56, 6)
|
|
|
|
|
|
|
|
|
|
[node name="Platform" type="StaticBody2D"]
|
2025-09-17 02:29:35 +02:00
|
|
|
scale = Vector2(2.778, 3.1)
|
2025-09-18 02:53:20 +02:00
|
|
|
collision_layer = 9
|
2025-09-17 02:29:35 +02:00
|
|
|
script = ExtResource("1_c1gtx")
|
2025-09-16 23:42:09 +02:00
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
shape = SubResource("RectangleShape2D_ry5bi")
|
|
|
|
|
one_way_collision = true
|
|
|
|
|
one_way_collision_margin = 2.0
|
|
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
2025-09-19 02:12:28 +02:00
|
|
|
position = Vector2(-0.359969, 9.03226)
|
|
|
|
|
scale = Vector2(0.122334, 0.1)
|
|
|
|
|
texture = ExtResource("2_olh5f")
|
2025-09-16 23:42:09 +02:00
|
|
|
|
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("2_c1gtx")]
|