fixed basic movement, now add world loading
This commit is contained in:
parent
34ba37312a
commit
50f37ebc5f
23 changed files with 482 additions and 27 deletions
16
packs/base/data/world/chunks/1_1.json
Normal file
16
packs/base/data/world/chunks/1_1.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"schema": 1,
|
||||
"id": "worldchunk:1_1",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"biome": "biome:town",
|
||||
"npcs": [
|
||||
{
|
||||
"id": "npc:trainer_01",
|
||||
"kind": "trainer",
|
||||
"pos": [260, 260],
|
||||
"ref": "npcdef:trainer_story_01"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue