Peat Block and Black Augurite Sprites

This commit is contained in:
darkfire006 2022-05-24 20:42:24 -05:00
parent 2d59c95cdc
commit 30b069ec9d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -12,7 +12,7 @@ Namespace Items.Standard
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
Public Sub New()
_textureRectangle = New Rectangle(312, 192, 24, 24)
_textureRectangle = New Rectangle(408, 408, 24, 24)
End Sub
End Class

View File

@ -8,7 +8,7 @@ Namespace Items.Standard
Public Overrides ReadOnly Property Description As String = "A glassy black stone that produces a sharp cutting edge when split. Its loved by a certain Pokémon."
Public Sub New()
_textureRectangle = New Rectangle(336, 192, 24, 24)
_textureRectangle = New Rectangle(384, 408, 24, 24)
End Sub
End Class