Updated Talonian Pillar's sprite.

Updated Hour Glass.
This commit is contained in:
FyloZ 2020-07-11 11:49:24 -04:00
parent 4c08d18a6f
commit e4ba4d4277
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 242 B

View File

@ -9,7 +9,6 @@ namespace Decimation.Content.Items.Tools
{
protected override string ItemName => "The Hour Glass";
protected override string ItemTooltip => "Costs 50 mana.";
protected override DrawAnimation Animation => new DrawAnimationVertical(15, 4);
protected override void InitTool()
{
@ -21,6 +20,7 @@ namespace Decimation.Content.Items.Tools
item.useStyle = 4;
item.rare = Rarity.Purple.GetRarityValue();
item.expert = true;
item.autoReuse = false;
}
public override bool UseItem(Player player)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB