From 786aa2900e44985714761af86dddde47fd8d6864 Mon Sep 17 00:00:00 2001 From: Webeled Date: Fri, 11 Oct 2013 22:49:51 +0100 Subject: [PATCH] Final commit of the day --- .../physics/group move towards object.php | 4 +- examples/sprites/multiple .php | 59 ------------------- ...several sprites using one texture file.php | 2 +- ...e1.php => tilesprite inside crop rect.php} | 0 .../{tilesprite2.php => tilesprite.php} | 0 examples/tweens/fading in a sprite.php | 2 +- .../tweens/tweening several properties.php | 2 +- 7 files changed, 5 insertions(+), 64 deletions(-) delete mode 100644 examples/sprites/multiple .php rename examples/tile sprites/{tilesprite1.php => tilesprite inside crop rect.php} (100%) rename examples/tile sprites/{tilesprite2.php => tilesprite.php} (100%) diff --git a/examples/physics/group move towards object.php b/examples/physics/group move towards object.php index edc888c1..cc33d73e 100644 --- a/examples/physics/group move towards object.php +++ b/examples/physics/group move towards object.php @@ -1,5 +1,5 @@ @@ -35,7 +35,7 @@ // First is the callback // Second is the context in which the callback runs, in this case game.physics // Third is the parameter the callback expects - it is always sent the Group child as the first parameter - balls.forEach(game.physics.moveTowardsMouse, game.physics, false, 200); + balls.forEach(game.physics.moveToPointer, game.physics, false, 200); } else { diff --git a/examples/sprites/multiple .php b/examples/sprites/multiple .php deleted file mode 100644 index 25bb6e2d..00000000 --- a/examples/sprites/multiple .php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - \ No newline at end of file diff --git a/examples/sprites/several sprites using one texture file.php b/examples/sprites/several sprites using one texture file.php index 25bb6e2d..0d8158da 100644 --- a/examples/sprites/several sprites using one texture file.php +++ b/examples/sprites/several sprites using one texture file.php @@ -1,5 +1,5 @@ diff --git a/examples/tile sprites/tilesprite1.php b/examples/tile sprites/tilesprite inside crop rect.php similarity index 100% rename from examples/tile sprites/tilesprite1.php rename to examples/tile sprites/tilesprite inside crop rect.php diff --git a/examples/tile sprites/tilesprite2.php b/examples/tile sprites/tilesprite.php similarity index 100% rename from examples/tile sprites/tilesprite2.php rename to examples/tile sprites/tilesprite.php diff --git a/examples/tweens/fading in a sprite.php b/examples/tweens/fading in a sprite.php index 51790c7c..ca4f11f0 100644 --- a/examples/tweens/fading in a sprite.php +++ b/examples/tweens/fading in a sprite.php @@ -1,5 +1,5 @@ diff --git a/examples/tweens/tweening several properties.php b/examples/tweens/tweening several properties.php index d358278c..4d6c8a58 100644 --- a/examples/tweens/tweening several properties.php +++ b/examples/tweens/tweening several properties.php @@ -1,5 +1,5 @@