Setting Initial Resolution

Monkey Targets Forums/Desktop/Setting Initial Resolution

Chroma(Posted 2013) [#1]
Not sure if anyone pointed this out, but this works for setting the initial graphics resolution directly in monkey code for GLFW.

Import mojo

#GLFW_WINDOW_WIDTH=1024
#GLFW_WINDOW_HEIGHT=768
#GLFW_WINDOW_FULLSCREEN=0