Add base texture proxy

This commit is contained in:
Bill 2021-09-01 13:25:06 -04:00
parent eb28dd80e2
commit 29e7d2631a
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import { BaseTexture } from '@pixi/core';
export class NitroBasetexture extends BaseTexture
{}

View File

@ -1,6 +1,7 @@
export * from './INitroPoint';
export * from './NitroAdjustmentFilter';
export * from './NitroAlphaFilter';
export * from './NitroBaseTexture';
export * from './NitroContainer';
export * from './NitroFilter';
export * from './NitroPoint';