This whole-level screenshot was created by obtaining by a copy of Game Make Pro, and modifying the .gmk source file, specifically 'oScreen':
- change the lines:
- screen_w = 672; // was 320
- screen_h = 672; // was 240
- change all follow-on references to "320" to use "screen_w" instead
- similarly for "240" to "screen_h"
After this, you can play the entire game in whole-level mode. (download here)
You may also wish to run it in Debug mode, and set "global.drawHUD=0"
Community content is available under CC-BY-SA unless otherwise noted.