From adc7e13945eb7cc1838e6b6e04314ea16bde392f Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 14 Feb 2018 10:34:39 -0800 Subject: [PATCH] =?UTF-8?q?Final=20commit=20to=20show=20=E2=80=9Cnormal?= =?UTF-8?q?=E2=80=9D=20view=20for=202-13=20study=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/Display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Display.js b/js/Display.js index f7926ea..62674f2 100644 --- a/js/Display.js +++ b/js/Display.js @@ -4,7 +4,7 @@ define(["Game", "jsonEditor", "HealthBar", "text!avatars", "jQuery", "jQueryUI"] var Coordinator; var gameModeChosen = ""; //holder for if game is chosen through UI knobs for scene - var interfaceMode = "timeline"; //how scenes progress...a timeline that's returned to ("timeline"), or progress scene-to-scene ("normal") + var interfaceMode = "normal"; //how scenes progress...a timeline that's returned to ("timeline"), or progress scene-to-scene ("normal") //initializes our copy of State and Coordinator var init = function(_Coordinator, _State) {