Add player badges.

This commit is contained in:
Paul Chote
2018-07-07 17:10:58 +00:00
committed by abcdefg30
parent 7ec19b82e3
commit 6ec93bd8cf
11 changed files with 306 additions and 3 deletions

View File

@@ -28,6 +28,11 @@ Container@LOCAL_PROFILE_PANEL:
Font: TinyBold
BaseLine: 1
Text: Logout
Background@BADGES_CONTAINER:
Width: PARENT_RIGHT
Y: 48
Visible: false
Background: dialog3
Background@GENERATE_KEYS:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
@@ -208,3 +213,23 @@ Container@LOCAL_PROFILE_PANEL:
BaseLine: 1
Font: TinyBold
Text: Retry
Container@PLAYER_PROFILE_BADGES_INSERT:
Logic: PlayerProfileBadgesLogic
Width: PARENT_RIGHT
Height: 110
Children:
Container@BADGE_TEMPLATE:
Width: PARENT_RIGHT
Height: 25
Children:
Sprite@ICON:
X: 6
Y: 1
Width: 24
Height: 24
Label@LABEL:
X: 36
Width: PARENT_RIGHT - 60
Height: 24
Font: Bold

View File

@@ -218,6 +218,14 @@ Background@REGISTERED_PLAYER_TOOLTIP:
Width: PARENT_RIGHT - 14
Height: 23
Font: Bold
Container@BADGES_CONTAINER:
Width: PARENT_RIGHT
Visible: false
Children:
Background@SEPARATOR:
X: 10
Height: 1
Background: tooltip-separator
Background@PRODUCTION_TOOLTIP:
Logic: ProductionTooltipLogic