From c33f57156756aee1886e52b8e4d6151580127cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Fri, 24 Apr 2026 20:15:01 +0200 Subject: [PATCH] UPD: Loading Screen Layout --- src/engine/core/scenes/SplashScreenLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/core/scenes/SplashScreenLayer.cpp b/src/engine/core/scenes/SplashScreenLayer.cpp index 5248f9c..c0da7aa 100644 --- a/src/engine/core/scenes/SplashScreenLayer.cpp +++ b/src/engine/core/scenes/SplashScreenLayer.cpp @@ -46,7 +46,7 @@ void SplashScreenLayer::onAttach() { LayoutStyle progressbarLayoutStyle; progressbarLayoutStyle.width = SizeValue(0.5f, SizeUnit::Vmin); - progressbarLayoutStyle.height = SizeValue(0.5f, SizeUnit::Vmin); + progressbarLayoutStyle.height = SizeValue(0.3, SizeUnit::Percent); progressbar = rootContainer->addChild(std::make_unique( AssetManager::getTexture("progressbar_background")->getTextureID(),