mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge
This commit is contained in:
parent
52aeee6022
commit
b37b4e8b55
72 changed files with 1302 additions and 638 deletions
|
@ -20,6 +20,10 @@ Flow.SetTotalSecretCount(5)
|
|||
|
||||
Flow.EnablePointFilter(false)
|
||||
|
||||
-- Enable/Disable saving and loading of savegames.
|
||||
|
||||
Flow.EnableLoadSave(true)
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue