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