Added new Antidote's sprite

This commit is contained in:
FyloZ 2020-06-05 16:27:44 -04:00
parent c88daca40b
commit 15ee0e06d4
2 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ namespace Decimation.Content.Items.Potions
protected override void Init() protected override void Init()
{ {
item.width = 20; item.width = 20;
item.height = 20; item.height = 26;
this.item.maxStack = 30; item.maxStack = 30;
item.consumable = true; item.consumable = true;
item.useAnimation = 17; item.useAnimation = 17;
item.useTime = 17; item.useTime = 17;
this.item.useTurn = true; item.useTurn = true;
item.useStyle = 2; item.useStyle = 2;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 340 B