Fixed "Press E Key to go back" text in PokemonScreen and ChoosePokemonScreen
This commit is contained in:
parent
8ce1f237eb
commit
0d4a18e5b2
|
@ -190,7 +190,7 @@
|
|||
Core.SpriteBatch.Draw(Item.Texture, New Rectangle(78, 124, 48, 48), Color.White)
|
||||
|
||||
If Me.canExit = True Then
|
||||
Core.SpriteBatch.DrawString(FontManager.MiniFont, "Press the E key to go back.", New Vector2(710, 580), Color.DarkGray)
|
||||
Core.SpriteBatch.DrawString(FontManager.MiniFont, "Press the E key to go back.", New Vector2(640, 580), Color.DarkGray)
|
||||
End If
|
||||
|
||||
For i = 0 To Me.PokemonList.Count - 1
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue