Updating copyright year and README.

This commit is contained in:
photonstorm
2014-02-05 16:54:59 +00:00
parent 8e77e8cedb
commit 0896c2fac7
102 changed files with 160 additions and 298 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ function create () {
// tank.play('move');
// This will force it to decelerate and limit its speed
tank.body.friction = 0.2;
tank.body.linearDamping = 0.2;
tank.body.maxVelocity.setTo(400, 400);
tank.body.collideWorldBounds = true;