Updated Denzium Ore's sprite.

This commit is contained in:
FyloZ 2020-06-30 16:01:02 -04:00
parent 2f91c6da96
commit 33fe5a6189
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 289 B

View File

@ -15,12 +15,12 @@
item.useAnimation = 15;
item.useStyle = 1;
item.consumable = true;
this.item.useTurn = true;
item.autoReuse = true;
item.useTurn = true;
InitPlaceable();
this.item.createTile = this.Tile;
item.createTile = Tile;
}
}
}