The_Dark_Side_of_Earth/utils/platform.tscn

26 lines
979 B
Text
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://4l3elvxpghw8"]
[ext_resource type="Script" uid="uid://dwmquoam37sve" path="res://utils/platform.gd" id="1_c1gtx"]
[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"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ry5bi"]
size = Vector2(56, 6)
[node name="Platform" type="StaticBody2D"]
scale = Vector2(2.778, 3.1)
collision_layer = 9
script = ExtResource("1_c1gtx")
[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")
[node name="EarthAligner" parent="." instance=ExtResource("2_c1gtx")]