mirror of
https://github.com/wassname/phaser.git
synced 2026-08-03 13:10:25 +08:00
Final Commit of the day,
Final commit, the wip/examples folder can be removed,
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
(function () {
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create,update:update,render:render});
|
||||
var game = new Phaser.Game(320, 240, Phaser.CANVAS, '', { preload: preload, create: create,update:update,render:render});
|
||||
|
||||
function preload() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user