Skip to content

Commit

Permalink
working radio buttons and sliders (but not combined yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 24, 2023
1 parent deb1115 commit 794d4c6
Show file tree
Hide file tree
Showing 6 changed files with 625 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ypos" "99"
"wide" "270"
"tall" "36"
"ResourceFile" "resource/ui/option_video_mode.res"
"ResourceFile" "resource/ui/option_video_mode_slider.res"
"navLeft" "SettingScreenBrightness"
"navRight" "SettingTextureDetail"
"navUp" "SettingDisplayMode"
Expand Down Expand Up @@ -242,7 +242,7 @@
"ypos" "216"
"wide" "188"
"tall" "42"
"ResourceFile" "resource/ui/option_video_extra.res"
"ResourceFile" "resource/ui/option_video_extra_slider.res"
"navLeft" "SettingFilmGrain"
"navRight" "SettingHighQualityBeacons"
"navUp" "SettingFiltering"
Expand Down
37 changes: 37 additions & 0 deletions reactivedrop/resource/ui/option_video_extra_slider.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"resource/ui/option_video_extra_slider.res"
{
"InteractiveArea"
{
"ControlName" "Panel"
"fieldName" "InteractiveArea"
"xpos" "124"
"ypos" "0"
"wide" "64"
"tall" "12"
}

"LblFieldName"
{
"ControlName" "Label"
"fieldName" "LblFieldName"
"xpos" "0"
"ypos" "0"
"wide" "124"
"tall" "12"
"fgcolor_override" "128 128 128 255"
}

"LblHint"
{
"ControlName" "Label"
"fieldName" "LblHint"
"xpos" "0"
"ypos" "12"
"wide" "188"
"tall" "30"
"font" "DefaultVerySmall"
"textAlignment" "north-west"
"wrap" "1"
"fgcolor_override" "96 96 96 255"
}
}
37 changes: 37 additions & 0 deletions reactivedrop/resource/ui/option_video_mode_slider.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"resource/ui/option_video_mode_slider.res"
{
"InteractiveArea"
{
"ControlName" "Panel"
"fieldName" "InteractiveArea"
"xpos" "140"
"ypos" "0"
"wide" "130"
"tall" "12"
}

"LblFieldName"
{
"ControlName" "Label"
"fieldName" "LblFieldName"
"xpos" "0"
"ypos" "0"
"wide" "140"
"tall" "12"
"fgcolor_override" "128 128 128 255"
}

"LblHint"
{
"ControlName" "Label"
"fieldName" "LblHint"
"xpos" "0"
"ypos" "12"
"wide" "270"
"tall" "24"
"font" "DefaultVerySmall"
"textAlignment" "north-west"
"wrap" "1"
"fgcolor_override" "96 96 96 255"
}
}
Loading

0 comments on commit 794d4c6

Please sign in to comment.