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
24
packs/base/data/world/chunks/1_0.json
Normal file
24
packs/base/data/world/chunks/1_0.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"schema": 1,
|
||||
"id": "worldchunk:1_0",
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"biome": "biome:forest",
|
||||
"gates": [
|
||||
{
|
||||
"id": "gate:fallen_tree_01",
|
||||
"rect": [200, 220, 96, 32],
|
||||
"requires": "ability:dash",
|
||||
"message": "A fallen tree blocks the path."
|
||||
}
|
||||
],
|
||||
"npcs": [
|
||||
{
|
||||
"id": "npc:shopkeeper_01",
|
||||
"kind": "shop",
|
||||
"pos": [320, 300],
|
||||
"ref": "npcdef:shopkeeper_basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue