Skip to content

Commit

Permalink
Final commit to show “normal” view for 2-13 study release
Browse files Browse the repository at this point in the history
  • Loading branch information
Logodaedalus committed Feb 14, 2018
1 parent e542580 commit adc7e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Display.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit adc7e13

Please sign in to comment.