mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge branch 'master' into very_experimental_input_stuff
This commit is contained in:
commit
c32be322ab
81 changed files with 1287 additions and 850 deletions
|
@ -1109,6 +1109,46 @@ local strings = {
|
|||
"",
|
||||
""
|
||||
},
|
||||
antialiasing = {
|
||||
"Antialiasing",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
},
|
||||
low = {
|
||||
"Low",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
},
|
||||
medium = {
|
||||
"Medium",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
},
|
||||
high = {
|
||||
"High",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
},
|
||||
waiting_for_key = {
|
||||
"Waiting For Key",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue