Skill tree progression system & whitespace support
This commit is contained in:
@@ -37,6 +37,11 @@ impl<'a> Menu<'a> {
|
||||
label: "Passage Drill".to_string(),
|
||||
description: "Type passages from books".to_string(),
|
||||
},
|
||||
MenuItem {
|
||||
key: "t".to_string(),
|
||||
label: "Skill Tree".to_string(),
|
||||
description: "View progression branches and launch drills".to_string(),
|
||||
},
|
||||
MenuItem {
|
||||
key: "s".to_string(),
|
||||
label: "Statistics".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user