Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- screenWidth = 800;
- screenHeight = 600;
- graphics.PreferredBackBufferWidth = screenWidth;
- graphics.PreferredBackBufferHeight = screenHeight;
- or just:
- graphics.PreferredBackBufferWidth = 800;
- graphics.PreferredBackBufferHeight = 600;
RAW Paste Data