mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-09 22:05:19 -06:00
arbitrary tile
This commit is contained in:
18
triple-dungeon/resources/levels/map1/other.json
Normal file
18
triple-dungeon/resources/levels/map1/other.json
Normal file
@@ -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"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user