mirror of
https://github.com/wassname/phaser.git
synced 2026-07-14 01:10:16 +08:00
State swap example done and working.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
(function () {
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.AUTO, '', { create: create });
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { create: create });
|
||||
|
||||
function create() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user