mirror of
https://github.com/photonstorm/phaser
synced 2025-01-10 20:28:56 +00: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 {
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|