mirror of
https://github.com/wassname/phaser.git
synced 2026-08-03 13:10:25 +08:00
46 tests with assets and javascript code.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
(function() {
|
||||
var game = new Phaser.Game(this, 'game', 800, 600, init, create);
|
||||
|
||||
function init() {
|
||||
// body...
|
||||
}
|
||||
function create() {
|
||||
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user