mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-25 19:09:00 +02:00
Added Empty sea map
Implemented Empty Sea Map as a key item.
This commit is contained in:
parent
cd77bba60e
commit
ea0618e215
16
2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb
Normal file
16
2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
+Namespace Items.KeyItems
|
||||||
|
+
|
||||||
|
+ <Item(292, "Empty Sea Map")>
|
||||||
|
+ Public Class EmptySeaMap
|
||||||
|
+
|
||||||
|
+ Inherits KeyItem
|
||||||
|
+
|
||||||
|
+ Public Overrides ReadOnly Property Description As String = "A sea chart on an odd blue parchment showing a point in the open ocean."
|
||||||
|
+
|
||||||
|
+ Public Sub New()
|
||||||
|
+ _textureRectangle = New Rectangle(192, 264, 24, 24)
|
||||||
|
+ End Sub
|
||||||
|
+
|
||||||
|
+ End Class
|
||||||
|
+
|
||||||
|
+End Namespace
|
Loading…
x
Reference in New Issue
Block a user