mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
10 lines
No EOL
264 B
Lua
10 lines
No EOL
264 B
Lua
strings[1] = "Game 2";
|
|
strings[2] = "Lara's home";
|
|
strings[3] = "Controls";
|
|
strings[4] = "Display";
|
|
strings[5] = "Sound";
|
|
strings[6] = "New game";
|
|
strings[7] = "Load game";
|
|
strings[8] = "Save game";
|
|
strings[9] = "Exit game";
|
|
strings[10] = "Exit to title"; |