Lots of new examples :)

Lots of new examples, the wip/examples folder can be destoryed I think
This commit is contained in:
Webeled
2013-09-30 17:31:03 +01:00
parent 4b177e0a9b
commit bdc8edea9d
15 changed files with 807 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
game.add.sprite(900, 170, 'cloud2')
.scrollFactor.setTo(0.7, 0.3);
// Create a ufo spirte as player.
// Create a ufo sprite as player.
ufo = game.add.sprite(320, 240, 'ufo');
ufo.anchor.setTo(0.5, 0.5);