Skip to content

Commit

Permalink
change strings to aliases in ui.cfg F8 and F9 menus for project-impri…
Browse files Browse the repository at this point in the history
  • Loading branch information
b-sharman committed Feb 28, 2021
1 parent d27af52 commit 8be3bb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions config/lang_en.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ uistr_fkey_51 = "Fog"
uistr_fkey_52 = "Water"
uistr_fkey_53 = "Glass"
uistr_fkey_54 = "Environment Settings"
//F8: world geometry prefab
uistr_fkey_55 = "World Geometry Prefab"
//F9: miscellaneous editing
uistr_fkey_56 = "Miscellaneous Editing"

///////////////////////////////////////////////////////////////////////////////
// game.cfg //
Expand Down
8 changes: 4 additions & 4 deletions config/ui/fkey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -486,18 +486,18 @@ UImenu "env_settings" [
///////////////////////////////////////////////////////////////////////////////
UImenu "geo_prefab" [
uifill 0.5 0.5 [
UIbutton "" [uitext "ToDo" 0.8] 0.3 0.2 [hidetopui]
UIbutton "" [uitext $uistr_unfinished 0.8] 0.3 0.2 [hidetopui]
]
] [] [] [] "World Geometry Prefab"
] [] [] [] $uistr_fkey_55

///////////////////////////////////////////////////////////////////////////////
// F9 Miscellaneous Editing //
///////////////////////////////////////////////////////////////////////////////
UImenu "misc_editing" [
uifill 0.5 0.5 [
UIbutton "" [uitext "ToDo" 0.8] 0.3 0.2 [hidetopui]
UIbutton "" [uitext $uistr_unfinished 0.8] 0.3 0.2 [hidetopui]
]
] [] [] [] "Miscellaneous Editing"
] [] [] [] $uistr_fkey_56

///////////////////////////////////////////////////////////////////////////////
// F10 Default Keybind Reference //
Expand Down

0 comments on commit 8be3bb4

Please sign in to comment.