Added hostname: '*' to the grunt-connect in Gruntfile.js (fixes #426)

This commit is contained in:
photonstorm
2014-02-15 19:03:43 +00:00
parent 85eaaef688
commit 3a59c13a71
3 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -16,6 +16,8 @@ var filter;
function create() {
game.world.setBounds(0, 0, 2000, 600);
background = game.add.sprite(0, 0);
background.width = 800;
background.height = 600;
@@ -35,12 +37,13 @@ function create() {
function update() {
// game.camera.view.x++;
filter.update();
// Uncomment for coolness :)
// filter.blueShift -= 0.001;
// font.text = "phaser x: " + game.input.x + " y: " + game.input.y;
}