Tile asset management 90% done

This commit is contained in:
2024-07-02 21:53:50 +02:00
parent fc72c83f8d
commit 4c6978e0c0
13 changed files with 176 additions and 63 deletions

View File

@ -50,7 +50,7 @@ onMounted(async () => {
/**
* Fetch assets from the server
*/
await assetStore.fetchAssets();
assetStore.fetchAssets();
const response = await login('ethereal', 'kanker123')