🆙 More Updates

This commit is contained in:
DuckieTM
2025-03-09 11:45:21 +01:00
parent 4cae55befc
commit 791309ff73
6 changed files with 53 additions and 51 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
import { Assets } from 'pixi.js';
import { AssetManager } from './AssetManager';
Assets.init();
const assetManager = new AssetManager();
export const GetAssetManager = () => assetManager;
export const GetAssetManager = () => assetManager;