Skip to content

Commit

Permalink
format and bugfix
Browse files Browse the repository at this point in the history
- replaces spaces with tab
- add reset logic to colorVGUI
  • Loading branch information
RainTrap341 committed Nov 1, 2024
1 parent bf417ca commit 617937a
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 474 deletions.
18 changes: 9 additions & 9 deletions Northstar.Client/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,20 @@
"RunOn": "UI"
},
{
"Path": "ui/menu_ns_color_picker.nut",
"RunOn": "UI",
"UICallback": {
"After": "AddColorPickerMenu"
}
},
"Path": "ui/menu_ns_color_picker.nut",
"RunOn": "UI",
"UICallback": {
"After": "AddColorPickerMenu"
}
},
{
"Path": "ui/menu_mod_settings.nut",
"RunOn": "UI",
"UICallback":{
"Before": "AddModSettingsMenu"
}
},
{
}
},
{
"Path": "ui/ui_mouse_capture.nut",
"RunOn": "UI"
},
Expand Down
Loading

0 comments on commit 617937a

Please sign in to comment.