mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 03:28:26 +00:00
fix stuff
This commit is contained in:
parent
65f8859c53
commit
b77e0c972b
@ -24,7 +24,7 @@ namespace QSB.Menus
|
||||
GameObject OptionsMenu_MakeNonDisplaySliderElement(string label, string tooltipText, float savedValue, Menu menuTab);
|
||||
void OptionsMenu_MakeSpacer(float minHeight, Menu menuTab);
|
||||
void OptionsMenu_MakeLabel(string label, Menu menuTab);
|
||||
void OptionsMenu_MakeTextInput(string label, string placeholderText, string savedValue, Menu menuTab);
|
||||
void OptionsMenu_MakeTextInput(string label, string tooltipText, string placeholderText, string savedValue, Menu menuTab);
|
||||
// Misc
|
||||
PopupMenu MakeTwoChoicePopup(string message, string confirmText, string cancelText);
|
||||
PopupInputMenu MakeInputFieldPopup(string message, string placeholderMessage, string confirmText, string cancelText);
|
||||
|
@ -96,6 +96,7 @@ namespace QSB
|
||||
gameObject.AddComponent<RepeatingManager>();
|
||||
gameObject.AddComponent<PlayerEntanglementWatcher>();
|
||||
gameObject.AddComponent<DebugGUI>();
|
||||
gameObject.AddComponent<MenuManager>();
|
||||
gameObject.AddComponent<RespawnManager>();
|
||||
|
||||
// WorldObject managers
|
||||
|
Loading…
Reference in New Issue
Block a user