mirror of
https://github.com/wassname/phaser.git
synced 2026-07-23 13:00:41 +08:00
+1
@@ -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);
|
||||
}
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user