Skip to content

Commit 330b599

Browse files
committed
ui: Fix certain branding elements
1 parent 3bf5793 commit 330b599

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

config/menus/options.cfg

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ options_menus_general = [
312312
] "show client GPU info" [
313313
ui_text "your system graphics processing unit (GPU) information will be displayed in the bottom-right corner of the screen in the main menu" "" 0x22FF22 "" 1200
314314
] "show versioning info" [
315-
ui_text "red eclipse legacy client version information will be displayed in the bottom-right corner of the screen in the main menu" "" 0x22FF22 "" 1200
315+
ui_text "Blue Nebula client version information will be displayed in the bottom-right corner of the screen in the main menu" "" 0x22FF22 "" 1200
316316
] "show official site link" [
317-
ui_text "the current official red eclipse legacy website link will be displayed in the bottom-right corner of the screen in the main menu" "" 0x22FF22 "" 1200
317+
ui_text "the current official Blue Nebula website link will be displayed in the bottom-right corner of the screen in the main menu" "" 0x22FF22 "" 1200
318318
]
319319
]
320320
ui_strut 1.5
@@ -604,32 +604,32 @@ options_scoreboard = [
604604
options_serverbrowser = [
605605
ui_text "Update Interval (in seconds):"
606606
ui_strut 0.2
607-
607+
608608
ui_list [
609-
ui_center_z [
609+
ui_center_z [
610610
ui_radiobutton "1" serverupdateinterval 1
611-
611+
612612
ui_strut 0.75
613-
613+
614614
ui_radiobutton "5" serverupdateinterval 5
615-
615+
616616
ui_strut 0.75
617-
617+
618618
ui_radiobutton "15" serverupdateinterval 15
619-
619+
620620
ui_strut 0.75
621-
621+
622622
ui_radiobutton "30" serverupdateinterval 30
623-
623+
624624
ui_strut 0.75
625-
625+
626626
ui_radiobutton "60" serverupdateinterval 60
627-
627+
628628
ui_strut 0.75
629629
]
630-
630+
631631
]
632-
632+
633633
ui_strut 0.4
634634

635635
ui_checkbox (format "^fc%1" "Show Server Version") serverbrowser_show_server_platform_and_branch // show_server_platform_and_branch checkbox
@@ -1047,11 +1047,11 @@ new_ui resetcontrols [
10471047
ui_header "Reset Controls"
10481048
ui_font "emphasis" [ ui_center [ ui_text "RESTORE DEFAULT CONTROLS" ] ]
10491049
ui_strut 0.5
1050-
ui_center [ ui_text "You are about to restore the Red Eclipse Legacy default keyboard binds." ]
1050+
ui_center [ ui_text "You are about to restore the Blue Nebula default keyboard binds." ]
10511051
ui_strut 0.25
10521052
ui_font "little" [
10531053
ui_center [ ui_text "Keys that have not been bound to a function by default will remain unchanged." ]
1054-
ui_center [ ui_text "If you wish to restore only a single bind, you must close Red Eclipse Legacy, open the user" ]
1054+
ui_center [ ui_text "If you wish to restore only a single bind, you must close Blue Nebula, open the user" ]
10551055
ui_center [ ui_text "config file in the home folder (config.cfg), delete the appropriate entry, then save." ]
10561056
]
10571057
ui_strut 0.5
@@ -1083,7 +1083,7 @@ new_ui options_menu_controls [
10831083
new_ui resolution_selector [
10841084
ui_header "Resolution"
10851085
ui_strut 25 1
1086-
1086+
10871087
ui_list [
10881088
ui_list [
10891089
ui_text "Aspect Ratio"; ui_strut 0.25
@@ -1094,12 +1094,12 @@ new_ui resolution_selector [
10941094
ui_radiobutton "^fa5:3" selectedaspectratio 4; ui_strut 0.1
10951095
ui_radiobutton "^faCustom" selectedaspectratio -1
10961096
]
1097-
1097+
10981098
ui_spring 1
1099-
1099+
11001100
ui_list [
11011101
ui_text "Resolution"; ui_strut 0.25
1102-
1102+
11031103
case $selectedaspectratio 0 [ // 4:3
11041104
@(resolution_button 640 480)
11051105
@(resolution_button 800 600)
@@ -1157,48 +1157,48 @@ display_options = [
11571157
ui_list [
11581158
ui_strut 1
11591159
ui_list [
1160-
1160+
11611161
ui_list [ ui_strut 50 ]
1162-
1162+
11631163
ui_list [
11641164
ui_checkbox "Fullscreen" fullscreen 1 0; ui_strut 1.5
11651165
ui_checkbox "V-Sync" vsync 1 0
11661166
]
1167-
1167+
11681168
ui_strut 0.5
1169-
1169+
11701170
ui_list [
11711171
ui_text "Resolution:"; ui_strut 1.5
11721172
ui_button (format "%1x%2" $scr_w $scr_h) "show_ui resolution_selector"
11731173
]
1174-
1174+
11751175
ui_strut 0.5
1176-
1176+
11771177
ui_list [
11781178
ui_font "default" [ ui_text "Gamma" ]; ui_strut 0.5
11791179
ui_center [ ui_font "tiny" [ ui_text "^fa(Default: 100)" ] ]
11801180
]
11811181
ui_slider gamma
1182-
1182+
11831183
ui_strut 1
1184-
1185-
ui_list [
1184+
1185+
ui_list [
11861186
ui_font "default" [ ui_text "Full-Scene Anti-Aliasing" ]; ui_strut 0.5
11871187
ui_center [ ui_font "tiny" [ ui_text "^fa(Default: -1)" ] ]
11881188
]
11891189
ui_list_slider fsaa "-1 0 2 4 8 16"
1190-
1190+
11911191
ui_strut 0.25
1192-
1192+
11931193
ui_list [
11941194
ui_font "default" [ ui_text "Z-Buffer Depth" ]; ui_strut 0.5
11951195
ui_center [ ui_font "tiny" [ ui_text "^fa(Default: 0)" ] ]
11961196
]
11971197
ui_list_slider depthbits "0 16 24 32"
1198-
1198+
11991199
ui_strut 0.25
1200-
1201-
ui_list [
1200+
1201+
ui_list [
12021202
ui_font "default" [ ui_text "Anisotropic Filtering" ]; ui_strut 0.5
12031203
ui_center [ ui_font "tiny" [ ui_text "^fa(Default: 0)" ] ]
12041204
]
@@ -1717,7 +1717,7 @@ keyboard_options = [
17171717
// ui_list [ ui_strut 28 ]
17181718
ui_list [
17191719
ui_strut 0.5
1720-
ui_text "click a key field and press the desired keys to bind"
1720+
ui_text "click a key field and press the desired keys to bind"
17211721
ui_text " then press Esc to deselect the input field"
17221722
ui_strut 1
17231723
ui_list [
@@ -1738,9 +1738,9 @@ keyboard_options = [
17381738
curbindsrch = (concatword search $curbindsign binds)
17391739
//ui_loop_list_split n 2 $[@curbindacts] [
17401740
ui_loop_scrollbar gli (listlen $[@curbindacts]) 10 50 [
1741-
n = (at $[@curbindacts] $gli)
1741+
n = (at $[@curbindacts] $gli)
17421742
ui_list [
1743-
ui_text (concatword (at $[@curbindtits] $gli) " ")
1743+
ui_text (concatword (at $[@curbindtits] $gli) " ")
17441744
[newbinds@curbindsign@gli] = ([@curbindsrch] $n 0 "" "" " " " " @curbindshow)
17451745
ui_spring
17461746
ui_keyfield [newbinds@curbindsign@gli] -24 [
@@ -1828,11 +1828,11 @@ advanced_control_options = [
18281828
]
18291829
] [
18301830
ui_button [no regular bind on @curkey. Click here to add one.] [saycommand /bind @curkey "["]
1831-
]
1831+
]
18321832
ui_strut 1
18331833
// same thing for other bind types, mainly editbinds
18341834
looplist i [edit spec wait] [
1835-
[curbind@i] = ([get@[i]bind] $curkey)
1835+
[curbind@i] = ([get@[i]bind] $curkey)
18361836
if (!=s $curbind $[curbind@i]) [
18371837
ui_box 0x333333 0xffffff [
18381838
ui_button [@i bind for @curkey:] [saycommand /@[i]bind @curkey "["@[curbind@i]"]"] [saycommand /@[i]bind @curkey "[]"]
@@ -1854,8 +1854,8 @@ advanced_control_options = [
18541854
]
18551855
] [
18561856
ui_button [no @i bind on @curkey. Click here to add one.] [saycommand /@[i]bind @curkey "["]
1857-
]
1857+
]
18581858
ui_strut 1
1859-
]
1860-
]
1859+
]
1860+
]
18611861
]

0 commit comments

Comments
 (0)