mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-16 02:09:58 -06:00
move file structure around, create basic example level file
This commit is contained in:
|
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
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