add an in-game client tooltip without latency indicator

This commit is contained in:
Matthias Mailänder
2015-11-22 11:14:31 +01:00
parent 1f07962510
commit 79dc26c978
9 changed files with 132 additions and 21 deletions

View File

@@ -82,6 +82,12 @@ Container@SKIRMISH_STATS:
X: 10
Width: 150
Height: 25
ClientTooltipRegion@CLIENT_REGION:
TooltipContainer: TOOLTIP_CONTAINER
Template: INGAME_CLIENT_TOOLTIP
X: 10
Width: 150
Height: 25
Image@FACTIONFLAG:
X: 159
Y: 3

View File

@@ -130,6 +130,30 @@ Background@CLIENT_TOOLTIP:
Height: 10
Font: TinyBold
Background@INGAME_CLIENT_TOOLTIP:
Logic: ClientTooltipLogic
Background: dialog4
Height: 41
Width: 7
Children:
Label@ADMIN:
Y: 4
Height: 18
Font: Bold
Text: Game Admin
Align: Center
Label@IP:
Y: 7
Width: 5
Height: 10
Font: TinyBold
Align: Center
Label@LOCATION:
Y: 19
Height: 10
Font: TinyBold
Align: Center
Background@PRODUCTION_TOOLTIP:
Logic: ProductionTooltipLogic
Background: dialog3