mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-17 14:06:46 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user