Add a UI indicator for bot players.

This commit is contained in:
Matthias Mailänder
2024-07-26 19:42:38 +02:00
committed by Gustas
parent 9761a68cd4
commit c24913ea24
24 changed files with 82 additions and 9 deletions

View File

@@ -269,6 +269,7 @@ lobby-bits:
admin-anonymous: 34, 51, 16, 16
player-registered: 17, 51, 16, 16
player-anonymous: 51, 51, 16, 16
bot: 170, 51, 16, 16
reload-icon:
Inherits: ^Glyphs

View File

@@ -131,6 +131,20 @@ Background@LATENCY_TOOLTIP:
Height: 23
Font: Bold
Background@BOT_TOOLTIP:
Logic: BotTooltipLogic
Background: dialog3
Height: 30
Width: 300
Children:
Label@NAME:
X: 7
Y: 3
Text: label-bot-player-tooltip-name
Width: 290
Height: 24
Font: Bold
Background@ANONYMOUS_PLAYER_TOOLTIP:
Logic: AnonymousProfileTooltipLogic
Background: dialog3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 28 KiB