Groups examples and some boolean checks corrected

This commit is contained in:
Webeled
2013-09-27 13:27:15 +01:00
parent 18c695e9dd
commit 903b11b730
12 changed files with 563 additions and 5 deletions
-3
View File
@@ -71,9 +71,6 @@
game.camera.follow(ufo);
// follow style switch buttons
btn0 = game.add.button(6, 40, 'button', lockonFollow,this, 0, 0, 0);
btn1 = game.add.button(6, 120, 'button', platformerFollow,this, 1, 1, 1);