From 77b553ac2aab22d81a8787d7ce5bdfb2002c7229 Mon Sep 17 00:00:00 2001 From: Webeled Date: Mon, 7 Oct 2013 20:56:44 +0100 Subject: [PATCH] Test --- examples/camera/basic follow.php | 2 +- examples/camera/follow styles.php | 20 +++++-------- examples/camera/moving the camera.php | 4 +-- examples/camera/moving the game camera.php | 2 +- examples/camera/world sprite.php | 2 +- examples/display/linkedList.php | 6 ---- examples/games/starstruck.php | 1 - examples/groups/add to group 1.php | 2 +- examples/groups/call all.php | 2 +- examples/groups/display order.php | 2 +- examples/groups/for each.php | 2 +- examples/groups/get first.php | 4 +-- examples/groups/group as layer.php | 8 +---- examples/groups/group transform - tween.php | 9 ------ examples/groups/recyling.php | 2 +- examples/groups/set All.php | 2 +- .../groups/swap children inside a group.php | 9 +++--- examples/input/game scale.php | 2 +- examples/input/keyboard.php | 26 ++++++----------- .../override browser keyboard controls.php | 29 +++++++------------ examples/input/pixelpick3.php | 3 +- examples/misc/random generators.php | 2 +- examples/quadtree/quadtree.php | 2 +- 23 files changed, 47 insertions(+), 96 deletions(-) diff --git a/examples/camera/basic follow.php b/examples/camera/basic follow.php index c44fa5606..be8c31922 100644 --- a/examples/camera/basic follow.php +++ b/examples/camera/basic follow.php @@ -28,7 +28,7 @@ game.add.tileSprite(0, 0, 2000, 2000, 'background'); - game.world.setSize(1400,1400); + game.world.setBounds(1400,1400); for(var i=0,nb=10;i