revert including tilemaplayers in base room

This commit is contained in:
yuki 2025-11-24 10:34:18 -03:00
parent 4dcf30d106
commit ffd6603eba
2 changed files with 0 additions and 8 deletions

View file

@ -5,8 +5,6 @@ class_name Room extends Node2D
@onready var camera: RoomCamera = $RoomCamera
@onready var director: StateMachine = $RoomDirector
@onready var wall_layer: TileMapLayer = $WallTileMapLayer
@onready var floor_layer: TileMapLayer = $WallTileMapLayer/FloorTileMapLayer
# TODO: better alternative to preloading as i add functionality?
# https://theduriel.github.io/Godot/Do-not-use---Preload

View file

@ -37,9 +37,3 @@ metadata/_custom_type_script = "uid://hjm43hb4os07"
[node name="RoomCamera" type="Camera2D" parent="."]
editor_draw_screen = false
script = ExtResource("3_y1kpu")
[node name="WallTileMapLayer" type="TileMapLayer" parent="."]
y_sort_enabled = true
[node name="FloorTileMapLayer" type="TileMapLayer" parent="WallTileMapLayer"]
z_index = -1