Working on assets

This commit is contained in:
2022-12-01 22:37:42 -08:00
parent 7f60b58b9d
commit 695719a7f3
18 changed files with 355 additions and 42 deletions

View File

@ -24,6 +24,7 @@ void TextureAsset::updateSync() {
this->texture.buffer(this->colors);
this->state = 0x05;
this->loaded = true;
this->eventLoaded.invoke();
}
void TextureAsset::updateAsync() {

View File

@ -29,6 +29,7 @@ void TrueTypeAsset::updateSync() {
this->state = 0x05;
this->loaded = true;
this->eventLoaded.invoke();
}
void TrueTypeAsset::updateAsync() {