challenging, simple and fun kkkkk, but something strange happened, I played in my browser on my cell phone and when I tapped the exit option and the game just crashed.
Viewing post in All Colors in Control v1.1.2 jam comments
That's real. It seems in html the quit() function actually stop the game XD though that might not be what we want in the browser.
Now I've found way to fix that, check it out!
(by adding a line: if OS.get_name() != "HTML5" : so the quit() function won't actually work in HTML5)
Almost forgot: thanks a lot for your feedback!😆