Peat Block and Black Augurite Sprites
This commit is contained in:
parent
2d59c95cdc
commit
30b069ec9d
Binary file not shown.
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 156 KiB |
|
@ -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
|
||||
|
|
|
@ -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. It’s 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
|
||||
|
|
Loading…
Reference in New Issue