mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix EXP bar position
This commit is contained in:
parent
61b92076c9
commit
e87f7953e0
@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
Dim t = TextureManager.GetTexture("GUI\Battle\Interface")
|
Dim t = TextureManager.GetTexture("GUI\Battle\Interface")
|
||||||
For dX As Integer = 0 To EXPlength Step 4
|
For dX As Integer = 0 To EXPlength Step 4
|
||||||
Core.SpriteBatch.Draw(t, New Rectangle(CInt(pos.X) + 50 + dX, CInt(pos.Y) + 54, 4, 6), New Rectangle(0, 43, 2, 3), New Color(255, 255, 255, _moveMenuAlpha))
|
Core.SpriteBatch.Draw(t, New Rectangle(CInt(pos.X) + 50 + dX, CInt(pos.Y) + 64, 4, 6), New Rectangle(0, 43, 2, 3), New Color(255, 255, 255, _moveMenuAlpha))
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user