- [gd_scene load_steps=6 format=2]
-
- [ext_resource path="res://resource/sprite/environment/itch-io-DungeonTileset4/16x16 dungeon ii wall reconfig v04 spritesheet.png" type="Texture" id=1]
- [ext_resource path="res://src/game/room/RoomManager.cs" type="Script" id=3]
- [ext_resource path="res://src/game/camera/GameCamera.cs" type="Script" id=5]
-
- [sub_resource type="Environment" id=1]
- background_mode = 4
- glow_enabled = true
-
- [sub_resource type="TileSet" id=2]
- 0/name = "16x16 dungeon ii wall reconfig v04 spritesheet.png 0"
- 0/texture = ExtResource( 1 )
- 0/tex_offset = Vector2( 0, 0 )
- 0/modulate = Color( 1, 1, 1, 1 )
- 0/region = Rect2( 0, 0, 64, 144 )
- 0/tile_mode = 2
- 0/autotile/icon_coordinate = Vector2( 0, 8 )
- 0/autotile/tile_size = Vector2( 16, 16 )
- 0/autotile/spacing = 0
- 0/autotile/occluder_map = [ ]
- 0/autotile/navpoly_map = [ ]
- 0/autotile/priority_map = [ ]
- 0/autotile/z_index_map = [ ]
- 0/occluder_offset = Vector2( 0, 0 )
- 0/navigation_offset = Vector2( 0, 0 )
- 0/shape_offset = Vector2( 0, 0 )
- 0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
- 0/shape_one_way = false
- 0/shape_one_way_margin = 0.0
- 0/shapes = [ ]
- 0/z_index = 0
-
- [node name="Room" type="Navigation2D"]
- script = ExtResource( 3 )
- ObjectRootPath = NodePath("ObjectRoot")
- YSortRootPath = NodePath("SortRoot")
- TopTilePath = NodePath("SortRoot/MiddleTileMap/TopTileMap")
- MiddleTilePath = NodePath("SortRoot/MiddleTileMap")
- FloorTilePath = NodePath("SortRoot/MiddleTileMap/FloorTileMap")
-
- [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
- environment = SubResource( 1 )
-
- [node name="Camera2D" type="Camera2D" parent="."]
- position = Vector2( 253, 219 )
- current = true
- limit_smoothed = true
- editor_draw_drag_margin = true
- script = ExtResource( 5 )
-
- [node name="ObjectRoot" type="Node2D" parent="."]
-
- [node name="SortRoot" type="YSort" parent="."]
-
- [node name="MiddleTileMap" type="TileMap" parent="SortRoot"]
- cell_size = Vector2( 16, 16 )
- cell_tile_origin = 2
- cell_y_sort = true
- bake_navigation = true
- format = 1
-
- [node name="TopTileMap" type="TileMap" parent="SortRoot/MiddleTileMap"]
- z_index = 10
- cell_size = Vector2( 16, 16 )
- bake_navigation = true
- format = 1
-
- [node name="FloorTileMap" type="TileMap" parent="SortRoot/MiddleTileMap"]
- z_index = -10
- tile_set = SubResource( 2 )
- cell_size = Vector2( 16, 16 )
- bake_navigation = true
- format = 1