ocker/scenes/Main.tscn

45 lines
2.3 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://djkstm7pmu7gq" path="res://scenes/world/Creature.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"]
[ext_resource type="Script" uid="uid://boip0mbmeqmhk" path="res://scripts/core/GameRoot.cs" id="8_jlsqs"]
[ext_resource type="PackedScene" uid="uid://bffdg1ki45e4e" path="res://ui/CaptureUI.tscn" id="9_lhr70"]
[ext_resource type="Script" uid="uid://bl7xagtutg20w" path="res://scripts/core/CaptureController.cs" id="10_wp0k4"]
[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")
[node name="GameRoot" type="Node" parent="." unique_id=1464632231]
script = ExtResource("8_jlsqs")
[node name="CaptureUi" parent="." unique_id=1650401906 instance=ExtResource("9_lhr70")]
[node name="CaptureController" type="Node" parent="." unique_id=68644702]
script = ExtResource("10_wp0k4")
CaptureUIPath = NodePath("../CaptureUi")