Prepping map stuff

This commit is contained in:
2025-11-11 12:25:46 -06:00
parent 26bfb912f1
commit 5adf8a0773
16 changed files with 249 additions and 175 deletions

6
assets/map/map.json Normal file
View File

@@ -0,0 +1,6 @@
{
"tiles": [
1, 1, 1,
1, 1, 1
]
}