Testing out new Title Image.

This commit is contained in:
2025-02-05 00:04:04 -05:00
parent be1e04eac9
commit a6cf319c1c
9 changed files with 29 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -79,13 +79,13 @@ namespace CaveGame::ClientApp
this->SetResizable(true);
this->SetVsyncEnabled(false);
// TODO: Implement Resource/Asset manager rather than passing asset references around like this.
this->menu_ctx->BuildWidgets();
this->assets.TempLoadSimple();
this->assets.EnqueueDefaultAssetsFolder();
this->ChangeScene(this->splash_ctx);
// TODO: Implement Resource/Asset manager rather than passing asset references around like this.
this->menu_ctx->BuildWidgets();
Gameloop();
processOnClose();