Change Debug button from left shoulder to Select.

GitOrigin-RevId: 7e633c9904572c0f88859f2929ee5743ae2f3261
This commit is contained in:
Colin McMillen 2020-02-19 14:57:32 -05:00
parent 05638483a4
commit 90b003e0b0

View File

@ -34,7 +34,7 @@ namespace SemiColinGames {
gamePad.IsButtonDown(Buttons.RightShoulder) &&
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);
// Then potential motion directions. If the player attempts to input opposite directions at