Updated a lot of examples to Phaser 2.0 :)

This commit is contained in:
alvinsight
2014-02-28 18:22:52 +00:00
parent 8662cd2fd4
commit f17cdd9c32
24 changed files with 77 additions and 68 deletions
-2
View File
@@ -35,7 +35,5 @@ function render() {
// Sprite debug info
game.debug.renderSpriteInfo(sprite, 32, 32);
game.debug.renderLocalTransformInfo(sprite, 32, 160);
game.debug.renderWorldTransformInfo(sprite, 32, 290);
}