Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Roll Powerup in the Game class
- public bool RollPowerup(PlayerIndex? controllingPlayer,
- out PlayerIndex playerIndex)
- {
- return IsNewKeyPress(Keys.LeftAlt, controllingPlayer, out playerIndex) ||
- IsNewButtonPress(Buttons.X, controllingPlayer, out playerIndex);
- }
RAW Paste Data