added GUIColorPicker
This commit is contained in:
@@ -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"),
|
||||
|
||||
|
||||
@@ -45,5 +45,6 @@ RegisterBarotrauma("GUIMessage")
|
||||
RegisterBarotrauma("GUIMessageBox")
|
||||
RegisterBarotrauma("GUIFont")
|
||||
RegisterBarotrauma("GUIFontPrefab")
|
||||
RegisterBarotrauma("GUIColorPicker")
|
||||
|
||||
RegisterBarotrauma("Inventory+SlotReference")
|
||||
Reference in New Issue
Block a user