Updated souls sprites.

This commit is contained in:
FyloZ 2020-07-20 11:43:44 -04:00
parent 923c05a70a
commit 9a527a0973
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1020 B

After

Width:  |  Height:  |  Size: 867 B

View File

@ -10,7 +10,7 @@ namespace Decimation.Content.Items.Misc.Souls
{
protected override string ItemName => "Soul of Time";
protected override string ItemTooltip => "The essence of fate.";
protected override DrawAnimation Animation => new DrawAnimationVertical(5, 4);
protected override DrawAnimation Animation => new DrawAnimationVertical(5, 8);
protected override void Init()
{
@ -20,7 +20,6 @@ namespace Decimation.Content.Items.Misc.Souls
item.value = Item.sellPrice(silver: 3);
item.rare = Rarity.Pink.GetRarityValue();
ItemID.Sets.AnimatesAsSoul[item.type] = true;
ItemID.Sets.ItemIconPulse[item.type] = true;
ItemID.Sets.ItemNoGravity[item.type] = true;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB