Updated Antidote's sprite.

This commit is contained in:
FyloZ 2020-07-09 17:41:36 -04:00
parent 2033aa88a9
commit dd5726acf5
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ namespace Decimation.Content.Items.Potions
protected override void Init() protected override void Init()
{ {
item.width = 20; item.width = 16;
item.height = 26; item.height = 22;
item.maxStack = 30; item.maxStack = 30;
item.consumable = true; item.consumable = true;
item.useAnimation = 17; item.useAnimation = 17;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 356 B