Velocity integration tidied up. Now moving to sync Body with Sprite center point.

This commit is contained in:
photonstorm
2014-01-28 01:29:35 +00:00
parent fbe508ab1b
commit 90c09374af
10 changed files with 291 additions and 316 deletions
+2 -4
View File
@@ -67,10 +67,8 @@ function create() {
function launch() {
game.time._x = true;
// sprite.body.velocity.x = -200;
// sprite.body.velocity.y = -200;
sprite.body.velocity.x = -200;
sprite.body.velocity.y = -200;
}