Fixed "Press E Key to go back" text in PokemonScreen and ChoosePokemonScreen

This commit is contained in:
CaptainSegis 2017-02-07 08:27:21 -05:00
parent 8ce1f237eb
commit 0d4a18e5b2
2 changed files with 1 additions and 1 deletions

View File

@ -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