fun: stuff in the chest
This commit is contained in:
parent
3eb94f2ef8
commit
14effd2455
|
@ -88,6 +88,26 @@ export default async function createHomestead(id) {
|
|||
`,
|
||||
},
|
||||
Interlocutor: {},
|
||||
Inventory: {
|
||||
slots: {
|
||||
2: {
|
||||
qty: 1,
|
||||
source: '/assets/watering-can/watering-can.json',
|
||||
},
|
||||
3: {
|
||||
qty: 1,
|
||||
source: '/assets/tomato-seeds/tomato-seeds.json',
|
||||
},
|
||||
4: {
|
||||
qty: 1,
|
||||
source: '/assets/hoe/hoe.json',
|
||||
},
|
||||
5: {
|
||||
qty: 1,
|
||||
source: '/assets/brush/brush.json',
|
||||
},
|
||||
},
|
||||
},
|
||||
Position: {x: 200, y: 200},
|
||||
Sprite: {
|
||||
anchorX: 0.5,
|
||||
|
|
|
@ -26,22 +26,6 @@ export default async function createPlayer(id) {
|
|||
qty: 100,
|
||||
source: '/assets/potion/potion.json',
|
||||
},
|
||||
2: {
|
||||
qty: 1,
|
||||
source: '/assets/watering-can/watering-can.json',
|
||||
},
|
||||
3: {
|
||||
qty: 1,
|
||||
source: '/assets/tomato-seeds/tomato-seeds.json',
|
||||
},
|
||||
4: {
|
||||
qty: 1,
|
||||
source: '/assets/hoe/hoe.json',
|
||||
},
|
||||
5: {
|
||||
qty: 1,
|
||||
source: '/assets/brush/brush.json',
|
||||
},
|
||||
},
|
||||
},
|
||||
Health: {health: 100},
|
||||
|
|
Loading…
Reference in New Issue
Block a user