The_Dark_Side_of_Earth/main.tscn
2025-09-15 19:15:43 +02:00

12 lines
468 B
Text

[gd_scene load_steps=3 format=3 uid="uid://cxo6bq26huau7"]
[ext_resource type="PackedScene" uid="uid://cmaovvr15b3qk" path="res://player.tscn" id="2_1bvp3"]
[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")]
position = Vector2(0, -3100)
scale = Vector2(3, 3)
[node name="Earth" parent="." instance=ExtResource("3_lquwl")]