mirror of
https://github.com/wassname/phaser.git
synced 2026-07-25 13:20:14 +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');
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
<?php
|
||||
$title = "Calling a function on all children";
|
||||
$title = "Add a new sprite and log what happened";
|
||||
require('../head.php');
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
<?php
|
||||
$title = "Grouping";
|
||||
$title = "Rotating an entire group";
|
||||
require('../head.php');
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
<?php
|
||||
$title = "Grouping";
|
||||
$title = "Grouping and dragging";
|
||||
require('../head.php');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user