Updated Slimer's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:43:41 -04:00
parent 448c5f5ca5
commit 689c73d0bd
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ namespace Decimation.Content.Items.Weapons
protected override void InitWeapon() protected override void InitWeapon()
{ {
item.CloneDefaults(ItemID.SlimeGun); item.CloneDefaults(ItemID.SlimeGun);
item.width = 42; item.width = 46;
item.height = 26; item.height = 24;
item.value = Item.buyPrice(silver: 40); item.value = Item.buyPrice(silver: 40);
item.rare = Rarity.Green.GetRarityValue(); item.rare = Rarity.Green.GetRarityValue();
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 512 B