Use a better font

# Conflicts:
#	wadsrc/static/newmenufont.ttf
This commit is contained in:
Magnus Norddahl 2023-12-28 19:06:16 +01:00 committed by Christoph Oelckers
commit 787eb625e5
5 changed files with 95 additions and 2 deletions

View file

@ -95,7 +95,7 @@ LauncherWindow::LauncherWindow(WadStuff* wads, int numwads, int defaultiwad, int
GamesList->AddItem(work.GetChars());
}
Logo->SetImage(Image::LoadResource("banner.png"));
Logo->SetImage(Image::LoadResource("widgets/banner.png"));
}
void LauncherWindow::OnGeometryChanged()