mirror of
https://github.com/wassname/phaser.git
synced 2026-07-27 11:25:30 +08:00
Removed the self-executing functions
This commit is contained in:
@@ -26,7 +26,7 @@ MonsterBunny.prototype.update = function() {
|
||||
|
||||
};
|
||||
|
||||
(function () {
|
||||
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.AUTO, '', { preload: preload, create: create });
|
||||
|
||||
@@ -49,7 +49,7 @@ MonsterBunny.prototype.update = function() {
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user