Renamed Play State

This commit is contained in:
2026-07-01 00:31:34 +02:00
parent 7dd6bfc40c
commit f181bf4de9
4 changed files with 15 additions and 49 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ fn prompt_for(mode: &Mode) -> &'static str {
Mode::Dialog(d) if !d.choices.is_empty() => " wahl> ",
Mode::Dialog(_) => " [Enter] ",
Mode::Menu => "menü> ",
Mode::Play => "spiel> ",
Mode::FirstPerson => "spiel> ",
Mode::Free => "> ",
}
}