aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 548346767..e9536d663 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -115,6 +115,17 @@
"RunOn": "UI"
},
{
+ "Path": "ui/ns_slider.nut",
+ "RunOn": "UI"
+ },
+ {
+ "Path": "ui/menu_mod_settings.nut",
+ "RunOn": "UI",
+ "UICallback":{
+ "Before": "AddModSettingsMenu"
+ }
+ },
+ {
"Path": "ui/ui_mouse_capture.nut",
"RunOn": "UI"
}