[gd_scene load_steps=4 format=3 uid="uid://cjs660cs0u4rk"] [ext_resource type="PackedScene" uid="uid://b17vn1ecnbc36" path="res://logic/world/world.tscn" id="1_tg0rs"] [ext_resource type="Script" uid="uid://f1n37ucrb0j4" path="res://logic/camera/camera.gd" id="2_ahkbh"] [ext_resource type="PackedScene" uid="uid://cgrgaehjqja4d" path="res://logic/world/chunk/chunk_drawing.tscn" id="3_gphrn"] [node name="Main" type="Node2D"] [node name="World" parent="." instance=ExtResource("1_tg0rs")] [node name="Camera2D" type="Camera2D" parent="."] script = ExtResource("2_ahkbh") [node name="Chunk Drawing" parent="." node_paths=PackedStringArray("world", "camera") instance=ExtResource("3_gphrn")] world = NodePath("../World") camera = NodePath("../Camera2D")