Whether to run the game in full screen mode(Toggle with F4)
isFullscreen = false
The selected display mode, given as width:height:refreshRate
fullscreenMode = -1:-1:-1.0
The width of the game canvas in windowed mode.
windowedWidth = 864
The height of the game canvas in windowed mode.
windowedHeight = 480
Which window library to use. May solve compatibility problems.
windowLibrary = Swing
