[gd_scene load_steps=4 format=3 uid="uid://c5bruelvqbm1k"] [ext_resource type="PackedScene" uid="uid://tsi5j1uxppa4" path="res://stages/planet/planet.tscn" id="1_pyidc"] [ext_resource type="PackedScene" uid="uid://bgvbgeq46wee2" path="res://entities/player/player.tscn" id="2_vvh5c"] [ext_resource type="PackedScene" uid="uid://dj7gp3crtg2yt" path="res://entities/camera/camera.tscn" id="3_vvh5c"] [node name="Root" type="Node2D"] [node name="Planet" parent="." instance=ExtResource("1_pyidc")] [node name="Player" parent="." instance=ExtResource("2_vvh5c")] [node name="Camera" parent="." node_paths=PackedStringArray("following") instance=ExtResource("3_vvh5c")] position = Vector2(2.22, 0) following = NodePath("../Player")