Image generation?

This commit is contained in:
2025-08-27 22:43:38 -05:00
parent 6c11096fd2
commit 31fa4948d5
7 changed files with 80 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ errorret_t engineInit(void) {
errorChain(assetInit());
errorChain(displayInit());
assetLoad("test.palette.dpf", assetLoadCallback, NULL);
assetLoad("first.palette.dpf", assetLoadCallback, NULL);
if(ASSET.state == ASSET_STATE_ERROR) errorChain(ASSET.error);
sceneTestAdd();