Make more demo-friendly

This commit is contained in:
marceline-cramer 2022-07-27 02:01:59 -06:00
parent 722013a3c9
commit c22baff89e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use canary_script::*;
use glam::Vec2;
use widgets::Widget;
export_abi!(ConfirmationDialogPanel);
export_abi!(MainMenuPanel);
pub struct MainMenuPanel {
panel: Panel,

View File

@ -187,7 +187,7 @@ pub struct SettingsMenu {
impl SettingsMenu {
pub fn new() -> Self {
let icon_font = Font::new("Iosevka Nerd Font");
let label_font = Font::new("Leon Sans");
let label_font = Font::new("Liberation Sans");
let button_texts = [
("Graphics", ""),