Removed the self-executing functions

This commit is contained in:
Webeled
2013-10-07 21:32:34 +01:00
parent 77b553ac2a
commit 1a522ea786
106 changed files with 212 additions and 212 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<script type="text/javascript">
(function () {
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create,update:update,render:render});
@@ -63,7 +63,7 @@
game.debug.renderText('Living: ' + game.world.countLiving() + ', Dead: ' + game.world.countDead(), 330, 440);
}
})();
</script>