From c6b59dc449f4a39247b65d7800d04057f2f26be6 Mon Sep 17 00:00:00 2001 From: BotchedRPR <68894028+BotchedRPR@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:17:24 +0200 Subject: Display Northstar version on title screen (#346) * Create main.menu for showing NS version on title screen * Display Northstar version on main menu. Pulling data from Northstar.Custom, now the version of Northstar is displayed on the main menu, above the Respawn logo. * Get version data from Northstar.Client instead of Northstar.Custom * formatted main.menu --- Northstar.Client/mod.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Northstar.Client/mod.json') diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 667c4aa2d..100681d2e 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -53,6 +53,13 @@ "After": "AddNorthstarModMenu_MainMenuFooter" } }, + { + "Path": "ui/menu_ns_setversionlabel.nut", + "RunOn": "UI", + "UICallback": { + "After": "NS_SetVersionLabel" + } + }, { "Path": "presence/ui_presence.nut", "RunOn": "UI", -- cgit v1.2.3