[gd_scene load_steps=5 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://dm5hhlwlhnmdb" path="res://logic/mechanics/interaction/world_interaction.tscn" id="3_5pa27"] [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="World Interaction" parent="Camera2D" node_paths=PackedStringArray("world") instance=ExtResource("3_5pa27")] world = NodePath("../../World") [node name="Chunk Drawing" parent="." node_paths=PackedStringArray("world", "camera") instance=ExtResource("3_gphrn")] world = NodePath("../World") camera = NodePath("../Camera2D")