🆙 More updates

This commit is contained in:
DuckieTM
2025-03-09 11:27:01 +01:00
parent 5ff7478cb5
commit 4cae55befc
5 changed files with 53 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export class AssetManager implements IAssetManager
{
if(!name) return null;
return this._collections.get(name);
return this._collections.get(name) ?? null;
}
public createCollection(data: IAssetData, spritesheet: Spritesheet): IGraphicAssetCollection