Tidying up and trying to fix more stupid TypeScript errors.

This commit is contained in:
Richard Davey
2013-08-12 04:08:15 +01:00
parent e74114f384
commit 91dc7a4acf
207 changed files with 1856 additions and 36272 deletions
+4 -4
View File
@@ -301,10 +301,10 @@ module Phaser {
sprite.revive();
sprite.x = x;
sprite.y = y;
sprite.body.velocity.x = 0;
sprite.body.velocity.y = 0;
sprite.body.position.x = x;
sprite.body.position.y = y;
//sprite.body.velocity.x = 0;
//sprite.body.velocity.y = 0;
//sprite.body.position.x = x;
//sprite.body.position.y = y;
return sprite;