[gd_scene load_steps=6 format=2] [ext_resource path="res://resource/map/dungeon_test.tmx" type="PackedScene" id=2] [ext_resource path="res://src/game/room/RoomManager.cs" type="Script" id=3] [ext_resource path="res://prefab/ui/Cursor.tscn" type="PackedScene" id=4] [ext_resource path="res://src/game/camera/MainCamera.cs" type="Script" id=5] [ext_resource path="res://prefab/ui/RoomUI.tscn" type="PackedScene" id=6] [node name="Room" type="Node2D"] script = ExtResource( 3 ) MouseCursor = ExtResource( 4 ) [node name="UI" type="CanvasLayer" parent="."] [node name="RoomUI" parent="UI" instance=ExtResource( 6 )] [node name="MapRoot" type="Node2D" parent="."] z_index = -10 [node name="dungeon_test" parent="MapRoot" instance=ExtResource( 2 )] [node name="Camera2D" type="Camera2D" parent="."] position = Vector2( 253, 219 ) current = true process_mode = 0 smoothing_enabled = true smoothing_speed = 8.0 editor_draw_drag_margin = true script = ExtResource( 5 ) [node name="ObjectRoot" type="Node2D" parent="."] [node name="ItemRoot" type="YSort" parent="."]