Basic NPC loading (half done)

This commit is contained in:
2025-06-13 17:07:28 -05:00
parent 49989e0272
commit 9288c01887
25 changed files with 644 additions and 26 deletions

View File

@ -1,6 +1,6 @@
{
"chunk": {
"position": [ 1, 1 ],
"position": [ 0, 0 ],
"baseLayer": [
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
@ -22,6 +22,11 @@
[ 1, 1, 1, 1, 1, 1, 1, 1 ]
],
"entities": [
{
"type": "npc",
"x": "3",
"y": "3"
}
],
"triggers": [
]