mirror of
https://github.com/photonstorm/phaser
synced 2025-01-13 13:48:53 +00:00
15 lines
No EOL
229 B
TypeScript
15 lines
No EOL
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 {
|
|
|
|
|
|
|
|
}
|
|
|
|
} |