added GUIColorPicker
This commit is contained in:
@@ -33,6 +33,7 @@ defaultLib["GUI"] = {
|
|||||||
DropDown = CreateStatic("Barotrauma.GUIDropDown", true),
|
DropDown = CreateStatic("Barotrauma.GUIDropDown", true),
|
||||||
NumberInput = CreateStatic("Barotrauma.GUINumberInput", true),
|
NumberInput = CreateStatic("Barotrauma.GUINumberInput", true),
|
||||||
MessageBox = CreateStatic("Barotrauma.GUIMessageBox", true),
|
MessageBox = CreateStatic("Barotrauma.GUIMessageBox", true),
|
||||||
|
ColorPicker = CreateStatic("Barotrauma.GUIColorPicker", true),
|
||||||
|
|
||||||
Screen = CreateStatic("Barotrauma.Screen"),
|
Screen = CreateStatic("Barotrauma.Screen"),
|
||||||
|
|
||||||
|
|||||||
@@ -45,5 +45,6 @@ RegisterBarotrauma("GUIMessage")
|
|||||||
RegisterBarotrauma("GUIMessageBox")
|
RegisterBarotrauma("GUIMessageBox")
|
||||||
RegisterBarotrauma("GUIFont")
|
RegisterBarotrauma("GUIFont")
|
||||||
RegisterBarotrauma("GUIFontPrefab")
|
RegisterBarotrauma("GUIFontPrefab")
|
||||||
|
RegisterBarotrauma("GUIColorPicker")
|
||||||
|
|
||||||
RegisterBarotrauma("Inventory+SlotReference")
|
RegisterBarotrauma("Inventory+SlotReference")
|
||||||
Reference in New Issue
Block a user