diff --git a/triple-dungeon/resources/levels/map1/other.json b/triple-dungeon/resources/levels/map1/other.json new file mode 100644 index 0000000..4b5a53d --- /dev/null +++ b/triple-dungeon/resources/levels/map1/other.json @@ -0,0 +1,18 @@ +{ + "elements" : { + "w" : "resources/images/tiles/wall_tile.png", + " " : "resources/images/tiles/floor_tile.png" + }, + "structure" : [ + ["w", "w", "w", "w", " ", " ", "w", "w", "w", "w"], + ["w", " ", " ", " ", " ", " ", " ", "w", " ", "w"], + ["w", " ", "w", " ", "w", "w", " ", " ", " ", "w"], + ["w", " ", "w", " ", " ", "w", "w", " ", "w", "w"], + [" ", " ", "w", "w", " ", " ", " ", " ", " ", " "], + [" ", " ", " ", " ", " ", "w", " ", " ", " ", " "], + ["w", "w", "w", "w", " ", "w", "w", "w", " ", "w"], + ["w", " ", " ", " ", " ", "w", " ", " ", " ", "w"], + ["w", " ", " ", "w", " ", " ", " ", " ", " ", "w"], + ["w", "w", "w", "w", " ", " ", "w", "w", "w", "w"] + ] +} \ No newline at end of file