mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 02:09:58 -06:00
move file structure around, create basic example level file
This commit is contained in:
14
triple-dungeon/resources/levels/center1.json
Normal file
14
triple-dungeon/resources/levels/center1.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structure" : [
|
||||
["w", "w", "w", "w", "e", "e", "w", "w", "w", "w"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["e", " ", " ", " ", " ", " ", " ", " ", " ", "e"],
|
||||
["e", " ", " ", " ", " ", " ", " ", " ", " ", "e"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["w", " ", " ", " ", " ", " ", " ", " ", " ", "w"],
|
||||
["w", "w", "w", "w", "e", "e", "w", "w", "w", "w"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user