1
0
mirror of synced 2025-01-19 01:24:08 +01:00

Add border to nameplates to make them look cleaner

This commit is contained in:
0aubsq 2021-11-16 11:45:38 +01:00
parent cf99b6c67d
commit 780d98d58b
2 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ namespace TJAPlayer3
else
this.txName[player].t2D拡大率考慮中央基準描画(TJAPlayer3.app.Device, x + 121, y + 36);
}
TJAPlayer3.Tx.NamePlateBase.t2D描画(TJAPlayer3.app.Device, x, y, new RectangleF(0, 4 * 54 + 3, 220, 54));
}
private void tNamePlateDraw(int player, int x, int y, int Opacity = 255)

Binary file not shown.