From 301aacd9d8ba50b278f47ce72a000ebecc08c981 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 26 Jan 2019 12:55:25 -0700 Subject: [PATCH] Add mainMenuUserAchievementsEarned --- misc/menu_template.in.hjson | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/misc/menu_template.in.hjson b/misc/menu_template.in.hjson index 60c57605..d303f452 100644 --- a/misc/menu_template.in.hjson +++ b/misc/menu_template.in.hjson @@ -1062,6 +1062,10 @@ value: { command: "BBS"} action: @menu:bbsList } + { + value: { command: "UA" } + action: @menu:mainMenuUserAchievementsEarned + } { value: 1 action: @menu:mainMenu @@ -1069,6 +1073,27 @@ ] } + mainMenuUserAchievementsEarned: { + desc: Achievements + module: user_achievements_earned + art: USERACHIEV + form: { + 0: { + mci: { + VM1: { + focus: true + } + } + actionKeys: [ + { + keys: [ "escape", "q", "shift + q" ] + action: @systemMethod:prevMenu + } + ] + } + } + } + nodeMessage: { desc: Node Messaging module: node_msg