From 363119717e162d1599959114cb665f53087858aa Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 17 Oct 2013 17:48:48 -0400 Subject: [PATCH] Added cancel button to the save dialog. --- script/engine.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/engine.js b/script/engine.js index 21c43c0..0dd2ef6 100644 --- a/script/engine.js +++ b/script/engine.js @@ -200,6 +200,10 @@ var Engine = { 'import': { text: 'import', nextScene: {1: 'confirm'}, + }, + 'cancel': { + text: 'cancel', + nextScene: 'end' } } },