mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
Changes
This commit is contained in:
parent
71ed009129
commit
944a74faf5
@ -1,6 +1,8 @@
|
|||||||
import { HelloSystem } from 'pixi.js';
|
import { AbstractRenderer, BrowserAdapter, DOMAdapter, HelloSystem } from 'pixi.js';
|
||||||
|
|
||||||
HelloSystem.defaultOptions.hello = true;
|
HelloSystem.defaultOptions.hello = true;
|
||||||
|
AbstractRenderer.defaultOptions.failIfMajorPerformanceCaveat = false;
|
||||||
|
DOMAdapter.set(BrowserAdapter);
|
||||||
|
|
||||||
export * from '@nitrots/api';
|
export * from '@nitrots/api';
|
||||||
export * from '@nitrots/assets';
|
export * from '@nitrots/assets';
|
||||||
|
Loading…
Reference in New Issue
Block a user