Remove glm
This commit is contained in:
11
assets/dawnrpg/maps/testmap.json
Normal file
11
assets/dawnrpg/maps/testmap.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Some Map",
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"depth": 3,
|
||||
"tiles": [
|
||||
0, 0, 0,
|
||||
0, 0, 0,
|
||||
0, 0, 0
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user