Decopypaste sync code, rename variable framerate to high, remove unused variables

This commit is contained in:
Lwmte 2024-10-25 08:43:45 +02:00
parent 9a3166b9a1
commit 53e7ca0972
21 changed files with 181 additions and 228 deletions

View file

@ -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" },