Railgun HUD (shows supercapacitor charge & how many shells there are left)
This commit is contained in:
@@ -362,7 +362,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
protected void DrawSlot(SpriteBatch spriteBatch, InventorySlot slot, Item item, bool drawItem = true)
|
||||
public static void DrawSlot(SpriteBatch spriteBatch, InventorySlot slot, Item item, bool drawItem = true)
|
||||
{
|
||||
Rectangle rect = slot.Rect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user