Starting a new game should close the start menu

This commit is contained in:
Tissevert 2018-12-14 23:37:07 +01:00
parent 3d59f0dbff
commit 163350d009
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function Automaton(async, dom, messaging, screen, session, ui) {
var menus = {
start: {
entries: [
{label: 'New Game', action: newGame},
{label: 'New Game', action: newGame, close: true},
{label: 'Settings', action: settings}
],
cancel: intro,