diff options
| author | nokoe <nokoe@mailbox.org> | 2025-02-19 13:03:06 +0100 | 
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-02-19 13:04:24 +0100 | 
| commit | 4d4f612b8c4f0764e7b8fad71b10726a18d7ad59 (patch) | |
| tree | 3b6eb31f823daa04a0d6f51e7a963a9025876d8b /pixel-client/src/menu | |
| parent | 83c21044f5cb711e9bb9bd0334f0137ca5bf87ad (diff) | |
| download | hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar.bz2 hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar.zst  | |
replace credits with a more elaborate about menu
Diffstat (limited to 'pixel-client/src/menu')
| -rw-r--r-- | pixel-client/src/menu/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/menu/main.rs b/pixel-client/src/menu/main.rs index 1f5f299e..38dcaaea 100644 --- a/pixel-client/src/menu/main.rs +++ b/pixel-client/src/menu/main.rs @@ -97,7 +97,7 @@ impl MainMenu {              if ui.button(80., tr("c.menu.settings")) {                  self.settings = Some(SettingsMenu::default())              } -            if ui.button(80., tr("c.menu.credits")) { +            if ui.button(80., tr("c.menu.about.credits")) {                  self.credits = Some(CreditsMenu::default())              }              if ui.button(80., tr("c.menu.quit")) {  |