To add to the above I am planning to primary relea...
# korge
f
To add to the above I am planning to primary release the game on the web. So JS full screen and resource preloading is important
d
https://github.com/korlibs/korgw/blob/c77fecb7019609de17cc0a65c7866affb87f05f0/korgw/src/jsMain/kotlin/com/soywiz/korgw/DefaultGameWindowJs.kt#L229-L241 fullScreen is implemented in JS, though it will probably need to be toggled after the user clicks (as required in other engines to prevent abuse from websites)
👍 1