Lunar/test.tscn

57 lines
1.9 KiB
Text
Raw Normal View History

2025-06-27 16:39:28 +10:00
[gd_scene load_steps=4 format=3 uid="uid://d2waabvrlsfs8"]
[ext_resource type="Texture2D" uid="uid://lkj8ecm5p4g6" path="res://icon.svg" id="1_8uh7m"]
2025-06-27 16:39:28 +10:00
[ext_resource type="PackedScene" uid="uid://crrbht7mwhgyc" path="res://Prefabs/lander.tscn" id="2_8uh7m"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ppyta"]
size = Vector2(128, 26)
[node name="Node2D" type="Node2D"]
[node name="StaticBody2D" type="StaticBody2D" parent="."]
2025-06-27 16:39:28 +10:00
position = Vector2(407, 23)
[node name="Sprite2D" type="Sprite2D" parent="StaticBody2D"]
modulate = Color(0, 0, 0, 1)
scale = Vector2(1, 0.2)
texture = ExtResource("1_8uh7m")
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("RectangleShape2D_ppyta")
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
2025-06-27 16:39:28 +10:00
position = Vector2(409, 110)
[node name="Sprite2D" type="Sprite2D" parent="StaticBody2D2"]
modulate = Color(0, 0, 0, 1)
scale = Vector2(1, 0.2)
texture = ExtResource("1_8uh7m")
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
shape = SubResource("RectangleShape2D_ppyta")
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
position = Vector2(232, 291)
[node name="Sprite2D" type="Sprite2D" parent="StaticBody2D3"]
modulate = Color(0, 0, 0, 1)
scale = Vector2(1, 0.2)
texture = ExtResource("1_8uh7m")
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
shape = SubResource("RectangleShape2D_ppyta")
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
2025-06-27 16:39:28 +10:00
position = Vector2(555, 243)
[node name="Sprite2D" type="Sprite2D" parent="StaticBody2D4"]
modulate = Color(0, 0, 0, 1)
scale = Vector2(1, 0.2)
texture = ExtResource("1_8uh7m")
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
shape = SubResource("RectangleShape2D_ppyta")
2025-06-27 16:39:28 +10:00
[node name="Lander" parent="." instance=ExtResource("2_8uh7m")]
position = Vector2(223, 258)