mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
15 lines
229 B
TypeScript
15 lines
229 B
TypeScript
/**
|
|
* 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 {
|
|
|
|
|
|
|
|
}
|
|
|
|
} |