Map as a file

This commit is contained in:
2026-07-11 17:07:03 -05:00
parent b08ad308e4
commit 60dfb89b53
32 changed files with 859 additions and 531 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
{
"name": "Test Map",
"entities": [
{ "type": "player", "position": [10, 2, 0], "direction": "north" },
{ "type": "item", "position": [12, 2, 0], "item": "POTION", "quantity": 1 }
]
}