Move settings to Gameplay tab.

This commit is contained in:
Paul Chote
2025-12-27 20:08:15 +00:00
committed by Gustas Kažukauskas
parent 27fbd3ddeb
commit 4436f07fbf
10 changed files with 232 additions and 211 deletions

View File

@@ -10,60 +10,6 @@ Container@DISPLAY_PANEL:
TopBottomSpacing: 5
ItemSpacing: 10
Children:
Background@PROFILE_SECTION_HEADER:
X: 5
Width: PARENT_WIDTH - 24 - 10
Height: 13
Background: separator
ClickThrough: True
Children:
Label@LABEL:
Width: PARENT_WIDTH
Height: PARENT_HEIGHT
Font: TinyBold
Align: Center
Text: label-profile-section-header
Container@ROW:
Width: PARENT_WIDTH - 24
Height: 50
Children:
Container@PLAYER_CONTAINER:
X: 10
Width: PARENT_WIDTH / 2 - 20
Children:
LabelForInput@PLAYER:
Width: PARENT_WIDTH
Height: 20
Text: label-player-container
For: PLAYERNAME
TextField@PLAYERNAME:
Y: 25
Width: PARENT_WIDTH
Height: 25
MaxLength: 16
Text: Name
Container@PLAYERCOLOR_CONTAINER:
X: PARENT_WIDTH / 2 + 10
Width: PARENT_WIDTH / 2 - 20
Children:
LabelForInput@COLOR:
Width: PARENT_WIDTH
Height: 20
Text: label-playercolor-container-color
For: PLAYERCOLOR
DropDownButton@PLAYERCOLOR:
Y: 25
Width: 75
Height: 25
IgnoreChildMouseOver: true
PanelAlign: Right
Children:
ColorBlock@COLORBLOCK:
X: 5
Y: 6
Width: PARENT_WIDTH - 35
Height: PARENT_HEIGHT - 12
Container@SPACER:
Background@DISPLAY_SECTION_HEADER:
X: 5
Width: PARENT_WIDTH - 24 - 10
@@ -201,15 +147,6 @@ Container@DISPLAY_PANEL:
Height: 20
Font: Regular
Text: checkbox-pause-shellmap-container
Container@HIDE_REPLAY_CHAT_CHECKBOX_CONTAINER:
X: PARENT_WIDTH / 2 + 10
Width: PARENT_WIDTH / 2 - 10
Children:
Checkbox@HIDE_REPLAY_CHAT_CHECKBOX:
Width: PARENT_WIDTH
Height: 20
Font: Regular
Text: checkbox-hide-replay-chat-container
Container@SPACER:
Background@VIDEO_SECTION_HEADER:
X: 5