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
+8 -6
View File
@@ -64,6 +64,8 @@ module Phaser {
this.transform.setCache();
//this.body = new Phaser.Physics.Body(this, 0);
this.outOfBounds = false;
this.outOfBoundsAction = Phaser.Types.OUT_OF_BOUNDS_PERSIST;
@@ -126,12 +128,6 @@ module Phaser {
*/
public outOfBoundsAction: number;
/**
* Sprite physics body.
*/
//public body: Phaser.Physics.Body = null;
public body;
/**
* The texture used to render the Sprite.
*/
@@ -152,6 +148,12 @@ module Phaser {
*/
public events: Phaser.Components.Events;
/**
* The Physics Body
*/
//public body: Phaser.Physics.Body;
public body;
/**
* This manages animations of the sprite. You can modify animations through it. (see AnimationManager)
* @type AnimationManager