mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Now I really fixed the menu sprites
This commit is contained in:
parent
0695ff6491
commit
3cab6f3b82
@ -136,8 +136,9 @@ Public Class PokemonForms
|
||||
Return listP.GetMenuImageSize(P)
|
||||
End If
|
||||
Next
|
||||
|
||||
Return New Size(32, 32)
|
||||
Dim sheet As String = GetSheetName(P)
|
||||
Dim _size As Integer = CInt(TextureManager.GetTexture("GUI\PokemonMenu\" & sheet).Width / 32)
|
||||
Return New Size(_size, _size)
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user