2025-09-19 13:42:23 +02:00
|
|
|
[gd_scene load_steps=6 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 13:42:23 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://b5v7fsww747vl" path="res://utils/Platform 1.png" id="2_nh5rx"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://br11vkbla1yp0" path="res://utils/Platform 2.png" id="3_5pr7v"]
|
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 13:42:23 +02:00
|
|
|
visible = false
|
|
|
|
|
position = Vector2(0.7199424, -0.64516133)
|
|
|
|
|
scale = Vector2(0.245, 0.245)
|
|
|
|
|
texture = ExtResource("2_nh5rx")
|
|
|
|
|
|
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
|
|
|
position = Vector2(0.7199424, -0.64516133)
|
|
|
|
|
scale = Vector2(0.245, 0.245)
|
|
|
|
|
texture = ExtResource("3_5pr7v")
|
2025-09-16 23:42:09 +02:00
|
|
|
|
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("2_c1gtx")]
|