46 tests with assets and javascript code.

This commit is contained in:
Sean
2013-07-18 15:13:58 +08:00
parent d620fc7796
commit 9f30f656bc
83 changed files with 2168 additions and 94 deletions
+10
View File
@@ -0,0 +1,10 @@
(function() {
var game = new Phaser.Game(this, 'game', 800, 600, init, create);
function init() {
// body...
}
function create() {
}
})();