mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
First commi using the new software
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user