phaser/Phaser/components/sprite/Texture.ts

15 lines
229 B
TypeScript
Raw Normal View History

/**
* Phaser - Components - Texture
*
* The Sprite GameObject is an extension of the core GameObject that includes support for animation and dynamic textures.
*/
module Phaser.Components {
export class Texture {
}
}