GUI and skill registers

This commit is contained in:
Evil Factory
2022-05-15 12:57:07 -03:00
parent fbec2aa8b0
commit 73d5edfafa
4 changed files with 9 additions and 2 deletions
@@ -34,6 +34,7 @@ defaultLib["GUI"] = {
NumberInput = CreateStatic("Barotrauma.GUINumberInput", true),
MessageBox = CreateStatic("Barotrauma.GUIMessageBox", true),
ColorPicker = CreateStatic("Barotrauma.GUIColorPicker", true),
ProgressBar = CreateStatic("Barotrauma.GUIProgressBar", true),
Screen = CreateStatic("Barotrauma.Screen"),