Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion ronin/resource/ui/menus/timer_settings.menu
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource/ui/menus/srm_settings.menu
controlSettingsFile "resource/ui/menus/panels/matchmaking_status.res"
}

"CategoryLabel"
"EnableLabel"
{
ControlName Label
xpos 113
Expand All @@ -69,11 +69,49 @@ resource/ui/menus/srm_settings.menu
visible 1
enabled 1
auto_wide_tocontents 1
labelText "GENERAL"
textAlignment west
fgcolor_override "255 255 255 255"
bgcolor_override "0 0 0 200"
font JBMonoBold_27
}
Enable
{
"ControlName" "CNestedPanel"
xpos 0
ypos 4
wide 740
tall 40
visible 1
enabled 1
zpos 10

pin_to_sibling EnableLabel
pin_to_sibling_corner BOTTOM_LEFT
pin_corner_to_sibling TOP_LEFT

controlSettingsFile "resource/ui/menus/panels/button_carousel.res"
}

"CategoryLabel"
{
ControlName Label
xpos 0
ypos 8
wide 740
tall 40
visible 1
enabled 1
auto_wide_tocontents 1
labelText "RULESET AND CATEGORY"
textAlignment west
fgcolor_override "255 255 255 255"
bgcolor_override "0 0 0 200"
font JBMonoBold_27

pin_to_sibling Enable
pin_to_sibling_corner BOTTOM_LEFT
pin_corner_to_sibling TOP_LEFT
}

Category
Expand Down
Loading