iso-engine load all outdoor sections

This commit is contained in:
2022-06-12 19:21:00 +00:00
parent 8b22b3a5c4
commit 1371886ec3
3 changed files with 27 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ class TileMap {
}
public var type:MapType;
public var script = "";
public function setFloor(x, y, code) {
floorCodes[x][y] = code;