ocker/scenes/Main.tscn

33 lines
1.7 KiB
Text

[gd_scene format=3 uid="uid://dackb8ekt4sk6"]
[ext_resource type="PackedScene" uid="uid://bjt15rm720w5g" path="res://scenes/Player.tscn" id="1_elqb8"]
[ext_resource type="Script" uid="uid://cqdq8fslu7cyp" path="res://scripts/world/ChunkManager.cs" id="2_0bbpv"]
[ext_resource type="Script" uid="uid://db2vbbh5737ke" path="res://scripts/core/PackManager.cs" id="3_rarhs"]
[ext_resource type="PackedScene" uid="uid://bs7qu34sfgvjx" path="res://scenes/world/PickupMarker.tscn" id="3_vcsgt"]
[ext_resource type="PackedScene" uid="uid://bjil24xdbm76x" path="res://scenes/world/CreatureMarker.tscn" id="4_nxtc6"]
[ext_resource type="Script" uid="uid://osk74jjhtcjy" path="res://scripts/core/SaveManager.cs" id="4_rarhs"]
[ext_resource type="Script" uid="uid://b6gxknud5unt" path="res://scripts/core/WorldClock.cs" id="6_c01mt"]
[node name="Main" type="Node2D" unique_id=1194367579]
[node name="Overworld" type="Node2D" parent="." unique_id=1249792834]
[node name="Player" parent="Overworld" unique_id=1675096620 instance=ExtResource("1_elqb8")]
[node name="ChunkManager" type="Node2D" parent="Overworld" unique_id=1407815239]
script = ExtResource("2_0bbpv")
PlayerPath = NodePath("../Player")
PackManagerPath = NodePath("../../PackManager")
PickupMarkerScene = ExtResource("3_vcsgt")
SaveManagerPath = NodePath("../../SaveManager")
CreatureMarkerScene = ExtResource("4_nxtc6")
WorldClockPath = NodePath("../../WorldClock")
[node name="PackManager" type="Node" parent="." unique_id=1706387276]
script = ExtResource("3_rarhs")
[node name="SaveManager" type="Node" parent="." unique_id=1115563669]
script = ExtResource("4_rarhs")
[node name="WorldClock" type="Node" parent="." unique_id=437350596]
script = ExtResource("6_c01mt")