mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Decopypaste sync code, rename variable framerate to high, remove unused variables
This commit is contained in:
parent
9a3166b9a1
commit
53e7ca0972
21 changed files with 181 additions and 228 deletions
|
@ -75,6 +75,7 @@ local strings =
|
|||
exit_to_title = { "Exit to Title" },
|
||||
general_actions = { "General Actions" },
|
||||
high = { "High" },
|
||||
high_framerate = { "High Framerate" },
|
||||
level_secrets_found = { "Secrets Found in Level" },
|
||||
load_game = { "Load Game" },
|
||||
low = { "Low" },
|
||||
|
@ -114,7 +115,6 @@ local strings =
|
|||
total_secrets_found = { "Secrets Found Total" },
|
||||
use = { "Use" },
|
||||
used_medipacks = { "Medipacks Used" },
|
||||
variable_framerate = { "Variable Framerate" },
|
||||
vehicle_actions = { "Vehicle Actions" },
|
||||
view = { "View" },
|
||||
volumetric_fog = { "Volumetric Fog" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue