feat: give tomato

This commit is contained in:
cha0s 2024-07-02 10:28:48 -05:00
parent 44384be138
commit 5db0478b19
3 changed files with 8 additions and 0 deletions

View File

@ -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',
})

View File

@ -0,0 +1,3 @@
{
"icon": "/assets/tomato/tomato.png"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B