Change Debug button from left shoulder to Select.
GitOrigin-RevId: 7e633c9904572c0f88859f2929ee5743ae2f3261
This commit is contained in:
parent
05638483a4
commit
90b003e0b0
@ -34,7 +34,7 @@ namespace SemiColinGames {
|
|||||||
gamePad.IsButtonDown(Buttons.RightShoulder) &&
|
gamePad.IsButtonDown(Buttons.RightShoulder) &&
|
||||||
gamePad.IsButtonDown(Buttons.Y));
|
gamePad.IsButtonDown(Buttons.Y));
|
||||||
|
|
||||||
Debug = gamePad.IsButtonDown(Buttons.LeftShoulder) || keyboard.IsKeyDown(Keys.OemMinus);
|
Debug = gamePad.IsButtonDown(Buttons.Back) || keyboard.IsKeyDown(Keys.OemMinus);
|
||||||
Pause = gamePad.IsButtonDown(Buttons.Start) || keyboard.IsKeyDown(Keys.Pause);
|
Pause = gamePad.IsButtonDown(Buttons.Start) || keyboard.IsKeyDown(Keys.Pause);
|
||||||
|
|
||||||
// Then potential motion directions. If the player attempts to input opposite directions at
|
// Then potential motion directions. If the player attempts to input opposite directions at
|
||||||
|
Loading…
Reference in New Issue
Block a user