Corrected few typos and added a keyboard exampl

This commit is contained in:
Webeled
2013-09-27 18:25:18 +01:00
parent efa01dcaa3
commit 8096dc67f5
5 changed files with 99 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
<?php
$title = "Grouping";
$title = "Rotating an entire group";
require('../head.php');
?>
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$title = "Grouping";
$title = "Grouping and dragging";
require('../head.php');
?>