This commit is contained in:
2024-09-16 16:18:05 -07:00
parent a43e2a285e
commit bbac18ced2
2 changed files with 10 additions and 5 deletions

View File

@@ -240,7 +240,7 @@ void TestLevel::Setup(lwe::GpuInterface* inf)
lwe::CollectionGui* stats = new lwe::CollectionGui("Stats");
stats->SetScale({250.0f, 127.0f});
stats->AddResource(new lwe::GpuFontAtlas("resources/fonts/Arial_24.ehf", inf));
AddResource(new lwe::GpuFontAtlas("resources/fonts/Arial_24.ehf", inf));
lwe::SolidBoxGui* bckgrd = new lwe::SolidBoxGui("Background");
bckgrd->SetScale({250.0f, 127.0f});