Add texture proxy

This commit is contained in:
Bill 2021-07-13 13:31:34 -04:00
parent 471c171d47
commit 85c34e4f06
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import { Texture } from 'pixi.js';
export class NitroTexture extends Texture
{}

View File

@ -6,4 +6,5 @@ export * from './NitroFilter';
export * from './NitroPoint';
export * from './NitroRectangle';
export * from './NitroSprite';
export * from './NitroTexture';
export * from './NitroTimer';