
I'm currently making a display setting for my game. The problem I'm facing is display resolution.
I want the player can change the resolution using left and right arrow keys.
- What nodes do you recommend to change the resolution?
- How do I code so the player can change by fixed resolution (640X360, 768X432, 1280X720, ...)?
- And probably other problems I can't think of right now.