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: panel-black
Background@GENERATE_KEYS:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
@@ -208,3 +213,22 @@ Container@LOCAL_PROFILE_PANEL:
BaseLine: 1
Font: TinyBold
Text: Retry
Container@PLAYER_PROFILE_BADGES_INSERT:
Logic: PlayerProfileBadgesLogic
Width: PARENT_RIGHT
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

@@ -293,3 +293,8 @@ Container@REGISTERED_PLAYER_TOOLTIP:
Width: PARENT_RIGHT - 20
Height: 23
Font: Bold
Background@BADGES_CONTAINER:
Width: PARENT_RIGHT
Y: 0-1
Visible: false
Background: panel-black