mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +02:00
Show correct buttons on map screen
This commit is contained in:
parent
582e934b80
commit
b04e869783
@ -686,7 +686,7 @@
|
|||||||
|
|
||||||
Dim regionString As String = Localization.GetString(Me.currentRegion(0).ToString().ToUpper() & Me.currentRegion.Remove(0, 1))
|
Dim regionString As String = Localization.GetString(Me.currentRegion(0).ToString().ToUpper() & Me.currentRegion.Remove(0, 1))
|
||||||
If Me.regions.Count > 1 Then
|
If Me.regions.Count > 1 Then
|
||||||
regionString &= " (Press the Shift/Shoulder Buttons to switch between regions.)"
|
regionString &= " (Press the Shift Key/Shoulder Triggers to switch between regions.)"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Core.SpriteBatch.DrawString(FontManager.InGameFont, regionString, New Vector2(MapScreen.mapOffsetX + 2, MapScreen.mapOffsetY - 31), Color.Black)
|
Core.SpriteBatch.DrawString(FontManager.InGameFont, regionString, New Vector2(MapScreen.mapOffsetX + 2, MapScreen.mapOffsetY - 31), Color.Black)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user