Fixed lots of examples and added the missing Line.js.

This commit is contained in:
photonstorm
2014-01-31 14:12:20 +00:00
parent 26f2b2a931
commit 5e182d317b
14 changed files with 147 additions and 100 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ function create() {
function update() {
// Change parent's rotation to change all the childs.
robot.angle += 2;
robot.rotation += 0.02;
}