mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 05:45:52 +02:00
Add AncientShard key item.
This commit is contained in:
parent
ca9e088ec3
commit
beddee7bd2
@ -1136,6 +1136,7 @@
|
||||
<Compile Include="Pokemon\Items\KeyItems\GSBall.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\ItemFinder.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\KeyItem.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\AncientFragment.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\LostItem.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\MachinePart.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\MegaBracelet.vb" />
|
||||
|
16
2.5DHero/2.5DHero/Pokemon/Items/KeyItems/AncientShard.vb
Normal file
16
2.5DHero/2.5DHero/Pokemon/Items/KeyItems/AncientShard.vb
Normal file
@ -0,0 +1,16 @@
|
||||
Namespace Items.KeyItems
|
||||
|
||||
<Item(286, "Ancient Shard")>
|
||||
Public Class AncientShard
|
||||
|
||||
Inherits KeyItem
|
||||
|
||||
Public Overrides ReadOnly Property Description As String = "A piece of a very ancient wall. It seems like it fits somewhere."
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(360, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 68 KiB |
Loading…
x
Reference in New Issue
Block a user