Added GUIContextMenu and ContextMenuOption
This commit is contained in:
@@ -65,6 +65,8 @@ defaultLib["GUI"] = {
|
||||
SlideshowPlayer = CreateStatic("Barotrauma.SlideshowPlayer", true),
|
||||
CreditsPlayer = CreateStatic("Barotrauma.CreditsPlayer", true),
|
||||
DragHandle = CreateStatic("Barotrauma.GUIDragHandle", true),
|
||||
ContextMenu = CreateStatic("Barotrauma.GUIContextMenu", true),
|
||||
ContextMenuOption = CreateStatic("Barotrauma.ContextMenuOption", true),
|
||||
|
||||
Screen = CreateStatic("Barotrauma.Screen"),
|
||||
|
||||
|
||||
@@ -118,7 +118,8 @@ RegisterBarotrauma("GUICursorPrefab")
|
||||
RegisterBarotrauma("GUICursor")
|
||||
RegisterBarotrauma("GUIRadioButtonGroup")
|
||||
RegisterBarotrauma("GUIDragHandle")
|
||||
RegisterBarotrauma("GUIDragHandle")
|
||||
RegisterBarotrauma("GUIContextMenu")
|
||||
RegisterBarotrauma("ContextMenuOption")
|
||||
RegisterBarotrauma("VideoPlayer")
|
||||
RegisterBarotrauma("CreditsPlayer")
|
||||
RegisterBarotrauma("SlideshowPlayer")
|
||||
|
||||
Reference in New Issue
Block a user