added GUIColorPicker

This commit is contained in:
Evil Factory
2022-05-05 17:18:54 -03:00
parent 8db1703709
commit 13274aecd6
2 changed files with 2 additions and 0 deletions
@@ -33,6 +33,7 @@ defaultLib["GUI"] = {
DropDown = CreateStatic("Barotrauma.GUIDropDown", true),
NumberInput = CreateStatic("Barotrauma.GUINumberInput", true),
MessageBox = CreateStatic("Barotrauma.GUIMessageBox", true),
ColorPicker = CreateStatic("Barotrauma.GUIColorPicker", true),
Screen = CreateStatic("Barotrauma.Screen"),