Skip to content

Commit 97423a9

Browse files
author
Webeled
committed
All the names now fit
1 parent 8ed7838 commit 97423a9

19 files changed

Lines changed: 2 additions & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/groups/bring specific sprites to top.php renamed to examples/groups/bring a child to top.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function render() {
3333

3434
game.debug.renderText('Tap or click buttons to bring it to the top.', 32, 32);
3535
}
36+
//The sprite added as a parameter will be brought to top
3637
function bringMeToTop(btn) {
3738
container.bringToTop(btn);
3839
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function printJSLinks($dir, $files) {
5757
<div class="box100 no-padding">
5858
<div class="phaser-version">
5959
<span>Phaser Version: 1.0.6</span>
60-
<a href="#" class="version-button">Update to 1.0.7</a>
60+
<a href="#" class="version-button">Update to 1.1</a>
6161
</div>
6262
</div>
6363
<div class="clear"></div>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)