add elements map to level save structure

This commit is contained in:
Xevion
2020-04-18 03:00:02 -05:00
parent a28dac4a46
commit 370d611550

View File

@@ -1,4 +1,9 @@
{ {
"elements" : {
"w" : "resources/images/tiles/wall_tile.png",
" " : "resources/images/tiles/floor_tile.png",
"e" : ""
},
"structure" : [ "structure" : [
["w", "w", "w", "w", "e", "e", "w", "w", "w", "w"], ["w", "w", "w", "w", "e", "e", "w", "w", "w", "w"],
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"], ["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],