Starting a new game should close the start menu
This commit is contained in:
parent
3d59f0dbff
commit
163350d009
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ function Automaton(async, dom, messaging, screen, session, ui) {
|
||||||
var menus = {
|
var menus = {
|
||||||
start: {
|
start: {
|
||||||
entries: [
|
entries: [
|
||||||
{label: 'New Game', action: newGame},
|
{label: 'New Game', action: newGame, close: true},
|
||||||
{label: 'Settings', action: settings}
|
{label: 'Settings', action: settings}
|
||||||
],
|
],
|
||||||
cancel: intro,
|
cancel: intro,
|
||||||
|
|
Loading…
Reference in a new issue