All the names now fit

This commit is contained in:
Webeled 2013-10-18 16:27:55 +01:00
parent 8ed783802e
commit 97423a9d8d
19 changed files with 2 additions and 1 deletions

View file

@ -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);
}

View file

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