Is there a method of modifying the OS resolution on the computer running the game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By denxi

Just like the title says. I’m trying to figure out if there’s a way of resizing the screen resolution of the computer while the game is running. I can’t seem to find any method, so I figured I’d ask just to be sure.

:bust_in_silhouette: Reply From: ruruarchy

as i understand we can use
OS.set_window_size(value)

value is something like Vector2(1366x768)

looks like you’ll need to create a option menu for that