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 @@