mirror of
https://github.com/wassname/phaser.git
synced 2026-07-21 12:40:56 +08:00
Groups examples and some boolean checks corrected
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user