First commi using the new software

This commit is contained in:
Webeled
2013-10-11 22:26:27 +01:00
parent 574f4f351b
commit 3acdad92cb
20 changed files with 26 additions and 799 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
window.onload = function () {
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create, update: update, render : render });
// var game = new Phaser.Game(800, 600, Phaser.AUTO, '', { preload: preload, create: create, update: update, render: render });
function preload() {