2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2025-01-13 13:48:53 +00:00
phaser/Phaser/components/sprite/Texture.ts
2013-05-28 09:37:32 +01:00

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 {
}
}