mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Just to be sure
This commit is contained in:
parent
eac90b82d9
commit
9f7b722bcf
@ -201,7 +201,7 @@ Public Class OverworldScreen
|
||||
End If
|
||||
|
||||
'Middle click/Thumbstick press: Show first Pokémon in party.
|
||||
If ActionScript.IsReady = True Then
|
||||
If ActionScript.IsReady = True AndAlso Screen.Camera.IsMoving() = False Then
|
||||
If MouseHandler.ButtonPressed(MouseHandler.MouseButtons.MiddleButton) = True Or ControllerHandler.ButtonPressed(Buttons.LeftStick) = True Then
|
||||
If Core.Player.Pokemons.Count > 0 Then
|
||||
Core.SetScreen(New SummaryScreen(CurrentScreen, Core.Player.Pokemons.ToArray, 0))
|
||||
|
Loading…
x
Reference in New Issue
Block a user