From 0bf03be51d5413084cb60248b4ef80bbc108de4c Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 26 Jun 2014 23:47:07 -0700 Subject: [PATCH] Reorganize index page, turn off drawing view and path rectangles --- moonlight/index.html | 6 +++--- moonlight/src/GameStates.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moonlight/index.html b/moonlight/index.html index 8c8f95f..82615dd 100644 --- a/moonlight/index.html +++ b/moonlight/index.html @@ -23,15 +23,15 @@
-
+
- + + -
Audio Volume
Audio Volume Brightness
diff --git a/moonlight/src/GameStates.js b/moonlight/src/GameStates.js index 61b4c18..2d14df9 100644 --- a/moonlight/src/GameStates.js +++ b/moonlight/src/GameStates.js @@ -23,7 +23,7 @@ GameState.prototype.create = function() ); if ( lp['inject_sprites'] == true ) { this.aiSprites = game.add.group(); - this.aiSprites.debug = true; + this.aiSprites.debug = false; this.map.createFromObjects('AI', 3544, 'player', 0, true, false, this.aiSprites, AISprite); this.aiSprites.forEach(function(spr) { spr.update_new_values();