v1.0.8.23: Main Menu bar; Duty List transparent background
Made-with: Cursor
This commit is contained in:
@@ -57,7 +57,9 @@ namespace HSUI.Interface.GeneralElements
|
||||
{
|
||||
DrawHelper.DrawInWindow(ID, basePos, Config.Size, true, (drawList) =>
|
||||
{
|
||||
drawList.AddRectFilled(basePos, basePos + Config.Size, Config.BackgroundColor.Base, 4);
|
||||
uint bgColor = Config.BackgroundColor.Base;
|
||||
if ((bgColor & 0xFF000000) != 0)
|
||||
drawList.AddRectFilled(basePos, basePos + Config.Size, bgColor, 4);
|
||||
drawList.PushClipRect(basePos, basePos + Config.Size, true);
|
||||
|
||||
float y = basePos.Y + padding;
|
||||
|
||||
Reference in New Issue
Block a user