mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 16:09:57 -06:00
add elements map to level save structure
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user