You may not want to have a main menu, in order for the game to start right away after the user enters.
To do that, just change the 'ShowMenu' property in the options.js.
'ShowMenu'
options.js
This property default value is true meaning it will show the Main menu.
true
'ShowMenu': true
To skip it, just change the value to false:
false
'ShowMenu': false
Last updated 6 years ago
Was this helpful?