Remove glm

This commit is contained in:
2024-09-25 15:01:26 -04:00
parent 303d0c0a6f
commit 5101a856be
8 changed files with 31 additions and 10 deletions

View File

@ -0,0 +1,11 @@
{
"name": "Some Map",
"width": 3,
"height": 3,
"depth": 3,
"tiles": [
0, 0, 0,
0, 0, 0,
0, 0, 0
]
}