- combined the "crew" and "hire" tabs in the SP lobby
- tooltips that show item descriptions in the store menu - preventing tooltips from going outside the screen - medical items can be bought, more expensive railgun/depthcharge shells
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Barotrauma
|
||||
}
|
||||
|
||||
public GUIListBox(Rectangle rect, GUIStyle style, Alignment alignment, GUIComponent parent = null)
|
||||
: this(rect, null, style, parent)
|
||||
: this(rect, null, alignment, style, parent, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user