Testing out new Title Image.
This commit is contained in:
BIN
ClientApp/assets/textures/title_1.png
Normal file
BIN
ClientApp/assets/textures/title_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@@ -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();
|
||||
|
Reference in New Issue
Block a user