From d05e9594ac5329192d92dd02d4aef81a703e6c6b Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 24 Nov 2013 22:28:34 +0100 Subject: [PATCH] scale everything --- platformer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platformer.js b/platformer.js index 2d2876b..0744db3 100644 --- a/platformer.js +++ b/platformer.js @@ -146,6 +146,7 @@ Q.scene("level1",function(stage) { // Give the stage a moveable viewport and tell it // to follow the player. stage.add("viewport").follow(player); + stage.viewport.scale = 2; // Add in a couple of enemies stage.insert(new Q.Neingeist({ x: 700, y: 0 }));