The_Dark_Side_of_Earth/main.tscn

17 lines
660 B
Text
Raw Normal View History

2025-09-16 00:28:49 +02:00
[gd_scene load_steps=4 format=3 uid="uid://cxo6bq26huau7"]
2025-09-15 19:15:43 +02:00
[ext_resource type="PackedScene" uid="uid://cmaovvr15b3qk" path="res://player.tscn" id="2_1bvp3"]
2025-09-16 00:28:49 +02:00
[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://ghost.tscn" id="3_h2yge"]
2025-09-15 19:15:43 +02:00
[ext_resource type="PackedScene" uid="uid://jjoyj1ldafkf" path="res://earth.tscn" id="3_lquwl"]
[node name="main" type="Node2D"]
[node name="Player" parent="." instance=ExtResource("2_1bvp3")]
2025-09-16 00:28:49 +02:00
position = Vector2(500, -3100)
2025-09-15 19:15:43 +02:00
scale = Vector2(3, 3)
[node name="Earth" parent="." instance=ExtResource("3_lquwl")]
2025-09-16 00:28:49 +02:00
[node name="Ghost" parent="." instance=ExtResource("3_h2yge")]
position = Vector2(0, -3200)