summaryrefslogtreecommitdiff
path: root/game/main.js
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-09-08 13:33:19 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-09-08 13:33:19 +0200
commit5c848fb46d930241a61feb60fc41b5bb5551d32e (patch)
treeafc8107d9f768d4d089a767a43f73fc8707f25ea /game/main.js
parentced0b76565861a0d74e6412d7c6fe2d39088797e (diff)
Added HUD with controller diagram and score
Diffstat (limited to 'game/main.js')
-rw-r--r--game/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/main.js b/game/main.js
index a44c949..e67845c 100644
--- a/game/main.js
+++ b/game/main.js
@@ -2,7 +2,7 @@
//global variables
window.onload = function () {
- var game = new Phaser.Game(1100, 950, Phaser.AUTO, 'interactive-pacbot');
+ var game = new Phaser.Game(1750, 1100, Phaser.AUTO, 'interactive-pacbot');
var Orientation = require('./plugins/orientation');
game.orientation = new Orientation();