From 163350d0091b0b2add568f5c4000fff9b85918bd Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 14 Dec 2018 23:37:07 +0100 Subject: [PATCH] Starting a new game should close the start menu --- src/automaton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/automaton.js b/src/automaton.js index 094ed44..cdda9a8 100644 --- a/src/automaton.js +++ b/src/automaton.js @@ -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,