mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-27 01:40:52 +01:00
Add texture proxy
This commit is contained in:
parent
471c171d47
commit
85c34e4f06
4
src/core/utils/NitroTexture.ts
Normal file
4
src/core/utils/NitroTexture.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import { Texture } from 'pixi.js';
|
||||||
|
|
||||||
|
export class NitroTexture extends Texture
|
||||||
|
{}
|
@ -6,4 +6,5 @@ export * from './NitroFilter';
|
|||||||
export * from './NitroPoint';
|
export * from './NitroPoint';
|
||||||
export * from './NitroRectangle';
|
export * from './NitroRectangle';
|
||||||
export * from './NitroSprite';
|
export * from './NitroSprite';
|
||||||
|
export * from './NitroTexture';
|
||||||
export * from './NitroTimer';
|
export * from './NitroTimer';
|
||||||
|
Loading…
Reference in New Issue
Block a user