mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Lots of updates across input, rendering and grouping
This commit is contained in:
@@ -34,6 +34,7 @@ module Phaser {
|
||||
* Local private reference to game.
|
||||
*/
|
||||
private _game: Game;
|
||||
|
||||
/**
|
||||
* Local private reference to its owner sprite.
|
||||
*/
|
||||
@@ -43,11 +44,13 @@ module Phaser {
|
||||
* Animation key-value container.
|
||||
*/
|
||||
private _anims: {};
|
||||
|
||||
/**
|
||||
* Index of current frame.
|
||||
* @type {number}
|
||||
*/
|
||||
private _frameIndex: number;
|
||||
|
||||
/**
|
||||
* Data contains animation frames.
|
||||
* @type {FrameData}
|
||||
@@ -58,6 +61,7 @@ module Phaser {
|
||||
* Keeps track of the current animation being played.
|
||||
*/
|
||||
public currentAnim: Animation;
|
||||
|
||||
/**
|
||||
* Keeps track of the current frame of animation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user