fix(studio): polish character skill rows
This commit is contained in:
parent
5f92493742
commit
ffaf593c76
3 changed files with 47 additions and 19 deletions
|
|
@ -175,6 +175,9 @@ public class UiClickablePanel : UiPanel
|
|||
{
|
||||
if (UseSelectionBars && BackgroundSprite != 0 && SpriteResolve is { } sr)
|
||||
{
|
||||
if (BackgroundColor.W > 0f)
|
||||
ctx.DrawRect(0, 0, Width, Height, BackgroundColor);
|
||||
|
||||
// Draw the selection highlight as a thin bar at the TOP and BOTTOM of the row.
|
||||
// The sprite (0x06001397) is 300×32 px — we draw it as horizontal strips at
|
||||
// native height (SelectionBarHeight), stretched to full panel width (UV tile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue