This commit is contained in:
2025-08-27 07:46:11 -05:00
parent a543bc7c00
commit 7a90d2d38f
3 changed files with 43 additions and 13 deletions

View File

@@ -29,8 +29,8 @@ errorret_t engineInit(void) {
errorChain(assetInit());
errorChain(displayInit());
assetLoad("test.palette.dp123123");
// assetLoad("test.palette.dpf");
// assetLoad("test.palette.dp123123");
assetLoad("test.palette.dpf");
if(ASSET.state == ASSET_STATE_ERROR) errorChain(ASSET.error);
sceneTestAdd();