mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Add base texture proxy
This commit is contained in:
parent
eb28dd80e2
commit
29e7d2631a
4
src/core/utils/proxy/NitroBaseTexture.ts
Normal file
4
src/core/utils/proxy/NitroBaseTexture.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { BaseTexture } from '@pixi/core';
|
||||
|
||||
export class NitroBasetexture extends BaseTexture
|
||||
{}
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user