Resize window mid sketch?
in
Programming Questions
•
3 months ago
I have looked around but I havent found anything that works.
For example I made Pong (the game), and at the menu screen they can choose single player or multiplayer and they both have different sketch sizes.
frame.setsize(200,200) -
makes the window glitch between sizes.
resize(200,200) - makes the smaller window inside the original.
1