1. a. Make a game in small resolution
b. Put this code when you wanna load the large resolution
- Code: Select all
LoadGame("large");
c. Export this game as executable file
2. a. Make a game in large resolution
b. Put this code when you wanna load the small resolution
- Code: Select all
LoadGame("small");
c. Export this game as executable or game data file
3. That 2 games are the same game, just different in their resolution
4. Place that 2 files in the same folder
5. You could use variables to restore player position and attributes