From 91167ee35e7db3d5f812afe8015b382706e595dc Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 24 Apr 2020 16:43:28 -0500 Subject: [PATCH] arbitrary tile --- .../resources/levels/map1/other.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 triple-dungeon/resources/levels/map1/other.json 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