mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
All the names now fit
This commit is contained in:
parent
8ed783802e
commit
97423a9d8d
19 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
|
@ -57,7 +57,7 @@
|
|||
<div class="box100 no-padding">
|
||||
<div class="phaser-version">
|
||||
<span>Phaser Version: 1.0.6</span>
|
||||
<a href="#" class="version-button">Update to 1.0.7</a>
|
||||
<a href="#" class="version-button">Update to 1.1</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
|
Loading…
Reference in a new issue