updated docs and Scissor component registrar

This commit is contained in:
Evil Factory
2022-05-27 11:54:00 -03:00
parent 00da9ba10c
commit 83bfc50c9e
4 changed files with 43 additions and 1 deletions
@@ -43,6 +43,8 @@ defaultLib["GUI"] = {
MessageBox = CreateStatic("Barotrauma.GUIMessageBox", true),
ColorPicker = CreateStatic("Barotrauma.GUIColorPicker", true),
ProgressBar = CreateStatic("Barotrauma.GUIProgressBar", true),
CustomComponent = CreateStatic("Barotrauma.GUICustomComponent", true),
ScissorComponent = CreateStatic("Barotrauma.GUIScissorComponent", true),
Screen = CreateStatic("Barotrauma.Screen"),