From 97423a9d8dba6a3e1326994662f112b43c632236 Mon Sep 17 00:00:00 2001 From: Webeled Date: Fri, 18 Oct 2013 16:27:55 +0100 Subject: [PATCH] All the names now fit --- ...{Animation from a JSON object.php => from a JSON object.php} | 0 ...m a texturePacker file.php => from a texturePacker file.php} | 0 ...dd to group after creation.php => add a sprite to group.php} | 0 ...ing specific sprites to top.php => bring a child to top.php} | 1 + ...a sprite inside a group.php => create sprite in a group.php} | 0 ...roups and group length.php => sub groups - group length.php} | 0 ...children inside a group.php => swap children in a group.php} | 0 examples/index.php | 2 +- ...wser keyboard controls.php => override default controls.php} | 0 ...crolling background.php => pixelpick - scrolling effect.php} | 0 ...random images from loader.php => pick images from cache.php} | 0 .../{group move towards object.php => move towards object.php} | 0 .../quadtree/{quadtree2.php => quadtree - collision infos.php} | 0 examples/quadtree/{quadtree.php => quadtree - ids.php} | 0 ...es using one texture file.php => shared sprite textures.php} | 0 ...p and tween horizontally.php => crop - horizontal tween.php} | 0 ...{crop and tween vertically.php => crop - vertical tween.php} | 0 ...and see part of an image.php => to see part of an image.php} | 0 ...ning several properties.php => tween several properties.php} | 0 19 files changed, 2 insertions(+), 1 deletion(-) rename examples/animation/{Animation from a JSON object.php => from a JSON object.php} (100%) rename examples/animation/{Animation from a texturePacker file.php => from a texturePacker file.php} (100%) rename examples/groups/{add to group after creation.php => add a sprite to group.php} (100%) rename examples/groups/{bring specific sprites to top.php => bring a child to top.php} (95%) rename examples/groups/{create a sprite inside a group.php => create sprite in a group.php} (100%) rename examples/groups/{sub groups and group length.php => sub groups - group length.php} (100%) rename examples/groups/{swap children inside a group.php => swap children in a group.php} (100%) rename examples/input/{override browser keyboard controls.php => override default controls.php} (100%) rename examples/input/{pixelpick - scrolling background.php => pixelpick - scrolling effect.php} (100%) rename examples/loader/{random images from loader.php => pick images from cache.php} (100%) rename examples/physics/{group move towards object.php => move towards object.php} (100%) rename examples/quadtree/{quadtree2.php => quadtree - collision infos.php} (100%) rename examples/quadtree/{quadtree.php => quadtree - ids.php} (100%) rename examples/sprites/{several sprites using one texture file.php => shared sprite textures.php} (100%) rename examples/texture crop/{crop and tween horizontally.php => crop - horizontal tween.php} (100%) rename examples/texture crop/{crop and tween vertically.php => crop - vertical tween.php} (100%) rename examples/texture crop/{crop and see part of an image.php => to see part of an image.php} (100%) rename examples/tweens/{tweening several properties.php => tween several properties.php} (100%) diff --git a/examples/animation/Animation from a JSON object.php b/examples/animation/from a JSON object.php similarity index 100% rename from examples/animation/Animation from a JSON object.php rename to examples/animation/from a JSON object.php diff --git a/examples/animation/Animation from a texturePacker file.php b/examples/animation/from a texturePacker file.php similarity index 100% rename from examples/animation/Animation from a texturePacker file.php rename to examples/animation/from a texturePacker file.php diff --git a/examples/groups/add to group after creation.php b/examples/groups/add a sprite to group.php similarity index 100% rename from examples/groups/add to group after creation.php rename to examples/groups/add a sprite to group.php diff --git a/examples/groups/bring specific sprites to top.php b/examples/groups/bring a child to top.php similarity index 95% rename from examples/groups/bring specific sprites to top.php rename to examples/groups/bring a child to top.php index 60c1c512..8c0d043a 100644 --- a/examples/groups/bring specific sprites to top.php +++ b/examples/groups/bring a child to top.php @@ -33,6 +33,7 @@ game.debug.renderText('Tap or click buttons to bring it to the top.', 32, 32); } + //The sprite added as a parameter will be brought to top function bringMeToTop(btn) { container.bringToTop(btn); } diff --git a/examples/groups/create a sprite inside a group.php b/examples/groups/create sprite in a group.php similarity index 100% rename from examples/groups/create a sprite inside a group.php rename to examples/groups/create sprite in a group.php diff --git a/examples/groups/sub groups and group length.php b/examples/groups/sub groups - group length.php similarity index 100% rename from examples/groups/sub groups and group length.php rename to examples/groups/sub groups - group length.php diff --git a/examples/groups/swap children inside a group.php b/examples/groups/swap children in a group.php similarity index 100% rename from examples/groups/swap children inside a group.php rename to examples/groups/swap children in a group.php diff --git a/examples/index.php b/examples/index.php index 08c5a01d..c75b50b2 100644 --- a/examples/index.php +++ b/examples/index.php @@ -57,7 +57,7 @@
Phaser Version: 1.0.6 - Update to 1.0.7 + Update to 1.1
diff --git a/examples/input/override browser keyboard controls.php b/examples/input/override default controls.php similarity index 100% rename from examples/input/override browser keyboard controls.php rename to examples/input/override default controls.php diff --git a/examples/input/pixelpick - scrolling background.php b/examples/input/pixelpick - scrolling effect.php similarity index 100% rename from examples/input/pixelpick - scrolling background.php rename to examples/input/pixelpick - scrolling effect.php diff --git a/examples/loader/random images from loader.php b/examples/loader/pick images from cache.php similarity index 100% rename from examples/loader/random images from loader.php rename to examples/loader/pick images from cache.php diff --git a/examples/physics/group move towards object.php b/examples/physics/move towards object.php similarity index 100% rename from examples/physics/group move towards object.php rename to examples/physics/move towards object.php diff --git a/examples/quadtree/quadtree2.php b/examples/quadtree/quadtree - collision infos.php similarity index 100% rename from examples/quadtree/quadtree2.php rename to examples/quadtree/quadtree - collision infos.php diff --git a/examples/quadtree/quadtree.php b/examples/quadtree/quadtree - ids.php similarity index 100% rename from examples/quadtree/quadtree.php rename to examples/quadtree/quadtree - ids.php diff --git a/examples/sprites/several sprites using one texture file.php b/examples/sprites/shared sprite textures.php similarity index 100% rename from examples/sprites/several sprites using one texture file.php rename to examples/sprites/shared sprite textures.php diff --git a/examples/texture crop/crop and tween horizontally.php b/examples/texture crop/crop - horizontal tween.php similarity index 100% rename from examples/texture crop/crop and tween horizontally.php rename to examples/texture crop/crop - horizontal tween.php diff --git a/examples/texture crop/crop and tween vertically.php b/examples/texture crop/crop - vertical tween.php similarity index 100% rename from examples/texture crop/crop and tween vertically.php rename to examples/texture crop/crop - vertical tween.php diff --git a/examples/texture crop/crop and see part of an image.php b/examples/texture crop/to see part of an image.php similarity index 100% rename from examples/texture crop/crop and see part of an image.php rename to examples/texture crop/to see part of an image.php diff --git a/examples/tweens/tweening several properties.php b/examples/tweens/tween several properties.php similarity index 100% rename from examples/tweens/tweening several properties.php rename to examples/tweens/tween several properties.php