mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
Corrected few typos and added a keyboard exampl
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
friendAndFoe = game.add.group();
|
||||
enemies = game.add.group();
|
||||
|
||||
// You can directly create sprite and add it to a group
|
||||
// You can directly create a sprite and add it to a group
|
||||
// using just one line.
|
||||
friendAndFoe.create(200, 240, 'ufo');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user