mirror of
https://github.com/wassname/phaser.git
synced 2026-07-15 01:11:26 +08:00
Test
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
(function () {
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', {create: create });
|
||||
var game = new Phaser.Game(800, 600, Phaser.AUTO, '', {create: create });
|
||||
|
||||
|
||||
function create() {
|
||||
|
||||
Reference in New Issue
Block a user