This commit is contained in:
Sezz 2023-10-06 15:19:56 +11:00
parent 52aeee6022
commit b37b4e8b55
72 changed files with 1302 additions and 638 deletions

View file

@ -71,7 +71,7 @@ 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" },
@ -115,6 +115,7 @@ local strings =
waiting_for_input = { "Waiting For Input" },
window_title = { "TombEngine" },
windowed = { "Windowed" },
unlimited = { "Unlimited %s" },
}
TEN.Flow.SetStrings(strings)