feat: give tomato
This commit is contained in:
parent
44384be138
commit
5db0478b19
|
@ -2,3 +2,8 @@ const {Interactive, Plant, Sprite} = subject;
|
|||
Interactive.interacting = false;
|
||||
Plant.stage = 4;
|
||||
Sprite.animation = ['stage', Plant.stage].join('/')
|
||||
|
||||
initiator.Inventory.give({
|
||||
qty: 1,
|
||||
source: '/assets/tomato/tomato.json',
|
||||
})
|
||||
|
|
3
public/assets/tomato/tomato.json
Normal file
3
public/assets/tomato/tomato.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"icon": "/assets/tomato/tomato.png"
|
||||
}
|
BIN
public/assets/tomato/tomato.png
Normal file
BIN
public/assets/tomato/tomato.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 570 B |
Loading…
Reference in New Issue
Block a user