Merge remote-tracking branch 'origin/DisplayString_Scale' into DisplayString_Scale

This commit is contained in:
hispidence 2023-10-13 09:23:34 +01:00
commit 0a3c0beaca
76 changed files with 1857 additions and 527 deletions

View file

@ -50,7 +50,7 @@ local strings =
ammo_used = { "Ammo Used" },
antialiasing = { "Antialiasing" },
apply = { "Apply" },
auto_target = { "Automatic Targeting" },
automatic_targeting = { "Automatic Targeting" },
back = { "Back" },
cancel = { "Cancel" },
caustics = { "Underwater Caustics" },
@ -71,13 +71,15 @@ local strings =
examine = { "Examine" },
exit_game = { "Exit Game" },
exit_to_title = { "Exit to Title" },
general_actions = { "General Actions"},
general_actions = { "General Actions" },
high = { "High" },
level_secrets_found = { "Secrets Found in Level" },
load_game = { "Load Game" },
low = { "Low" },
medium = { "Medium" },
menu_actions = { "Menu Actions" },
mouse_sensitivity = { "Mouse Sensitivity" },
mouse_smoothing = { "Mouse Smoothing" },
music_volume = { "Music Volume" },
new_game = { "New Game" },
none = { "None" },
@ -101,6 +103,7 @@ local strings =
sound = { "Sound" },
statistics = { "Statistics" },
subtitles = { "Subtitles" },
target_highlighter = { "Target Highlighter" },
thumbstick_camera = { "Thumbstick Camera" },
time_taken = { "Time Taken" },
total_secrets_found = { "Secrets Found Total" },
@ -112,6 +115,7 @@ local strings =
waiting_for_input = { "Waiting For Input" },
window_title = { "TombEngine" },
windowed = { "Windowed" },
unlimited = { "Unlimited %s" },
}
TEN.Flow.SetStrings(strings)