Basic NPC loading (half done)
This commit is contained in:
34
data/chunks/chunk_0_0.json
Normal file
34
data/chunks/chunk_0_0.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"chunk": {
|
||||
"position": [ 0, 0 ],
|
||||
"baseLayer": [
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ]
|
||||
],
|
||||
"overlayLayer": [
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ],
|
||||
[ 1, 1, 1, 1, 1, 1, 1, 1 ]
|
||||
],
|
||||
"entities": [
|
||||
{
|
||||
"type": "npc",
|
||||
"x": "3",
|
||||
"y": "3"
|
||||
}
|
||||
],
|
||||
"triggers": [
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user