mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 14:25:07 +02:00
N texture and following pokemon ID
This commit is contained in:
parent
caa802de33
commit
c61dc8584e
BIN
P3D/Content/Textures/NPC/N.png
Normal file
BIN
P3D/Content/Textures/NPC/N.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
@ -14137,6 +14137,9 @@
|
||||
<Content Include="Content\Textures\NPC\Meowth.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\N.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\Segis.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -42,6 +42,8 @@
|
||||
End With
|
||||
Case "visible"
|
||||
Return ReturnBoolean(Screen.Level.OverworldPokemon.IsVisible())
|
||||
Case "id"
|
||||
Return Screen.Level.OverworldPokemon.PokemonID
|
||||
Case "skin"
|
||||
If Screen.Level.OverworldPokemon.PokemonReference IsNot Nothing Then
|
||||
Dim shinyString As String = "Normal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user