From f4ed469fc9eaeebf39093fbf6601581cc10c6e2f Mon Sep 17 00:00:00 2001 From: Matheus Date: Sun, 26 Oct 2025 20:02:15 -0300 Subject: feat:save AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O vazio dentro de mim é como uma xícara de café esquecida no canto da mesa. --- scripts/Map/DungeonGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Map/DungeonGenerator.cs') diff --git a/scripts/Map/DungeonGenerator.cs b/scripts/Map/DungeonGenerator.cs index 7e447b0..2d5ef8d 100644 --- a/scripts/Map/DungeonGenerator.cs +++ b/scripts/Map/DungeonGenerator.cs @@ -144,7 +144,7 @@ public partial class DungeonGenerator : Node Tile tile = data.GetTile(pos); if (tile == null) return; - tile.SetDefinition(MapData.floorDefinition); + tile.Key = TileType.FLOOR; } /// -- cgit v1.2.3