mirror of
https://github.com/wassname/phaser.git
synced 2026-08-11 11:23:06 +08:00
Second commit, all the basic examples added, and wip files moved
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { create: create });
|
||||
|
||||
function create() {
|
||||
@@ -10,4 +9,4 @@ function create() {
|
||||
|
||||
t.anchor.setTo(0.5, 0.5);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user