Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a color picker to mod-settings menu, and make it possible to check the color and alpha #896

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
11 changes: 11 additions & 0 deletions Northstar.Client/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
{
"Name": "modemenu_mode_filter",
"DefaultValue": "-1"
},
{
"Name": "modemenu_current_color_convar",
"DefaultValue": ""
}
],
"Scripts": [
Expand Down Expand Up @@ -130,6 +134,13 @@
"Path": "ui/ns_slider.nut",
"RunOn": "UI"
},
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation looks weird, tabs vs spaces issue I assume

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"Path": "ui/menu_ns_color_picker.nut.nut",
RainTrap341 marked this conversation as resolved.
Show resolved Hide resolved
"RunOn": "UI",
"UICallback": {
"After": "AddColorPickerMenu"
}
},
{
"Path": "ui/menu_mod_settings.nut",
"RunOn": "UI",
Expand Down
Loading
Loading