🆙 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
-1
View File
@@ -12,7 +12,6 @@ export interface IAssetManager
getAsset(name: string): IGraphicAsset;
getCollection(name: string): IGraphicAssetCollection;
createCollection(data: IAssetData, spritesheet: Spritesheet): IGraphicAssetCollection;
loadTextureFromUrl(url: string, name?: string): Promise<Texture>
downloadAssets(urls: string[]): Promise<boolean>;
downloadAsset(url: string): Promise<boolean>;
readonly collections: Map<string, IGraphicAssetCollection>;