Merge pull request #108 from alvinsight/dev

All the names now fit
This commit is contained in:
Richard Davey
2013-10-18 08:36:13 -07:00
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);
}
+1 -1
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>