Change default font, override it for launcher options. (#100)

* Change default font, override it for launcher options.

* adjusted base typography theme

* Adjusted launcher menu font settings

---------

Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
Darío
2026-01-19 17:12:37 -03:00
committed by GitHub
parent 4390f2024a
commit afadf360c1
5 changed files with 106 additions and 86 deletions
+5
View File
@@ -183,8 +183,13 @@ void banjo::launcher_animation_setup(recompui::LauncherMenu *menu) {
// Disable and hide the options.
for (auto option : menu->get_game_options_menu()->get_options()) {
option->set_font_family("Suplexmentary Comic NC");
option->set_enabled(false);
option->set_opacity(0.0f);
option->set_padding(24.0f);
auto label = option->get_label();
label->set_font_size(56.0f);
label->set_letter_spacing(4.0f);
}
// The creation order of these is important.