ocker/scenes/Main.tscn
2026-02-09 23:07:26 +01:00

23 lines
1,005 B
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"]
[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")
[node name="ColorRect" type="ColorRect" parent="." unique_id=34197065]
offset_right = 40.0
offset_bottom = 40.0
[node name="PackManager" type="Node" parent="." unique_id=1706387276]
script = ExtResource("3_rarhs")