mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
26 lines
854 B
Plaintext
Executable File
26 lines
854 B
Plaintext
Executable File
{
|
|
continue = "Continue",
|
|
settings = "Settings",
|
|
exit = "Exit",
|
|
loadWorld = "Load world",
|
|
controls = "Controls:",
|
|
controlsHelp = {
|
|
"WASD for movement, QE - rotation",
|
|
"Space - jump, Ctrl - crouch",
|
|
"K - compass, P - watch, M - map, F1 - debug info",
|
|
"12345 - weapon selection, the first one allows to",
|
|
"place and destroy blocks",
|
|
"Mouse - shooting/world interaction",
|
|
"Enter - command line, Backspace - menu",
|
|
},
|
|
rayEngineProperties = "RayEngine™ properties",
|
|
screenResolution = "Screen resolution",
|
|
drawDistance = "Draw distance: ",
|
|
shadingDistance = "Shading distance: ",
|
|
shadingCascades = "Shading cascades: ",
|
|
raycastQuality = "Raycast quality: ",
|
|
dayNightCycle = "World time: ",
|
|
enableSemipixelRenderer = "Semipixel renderer: ",
|
|
enableDayNightCycle = "Day/night cycle: ",
|
|
seconds = " sec",
|
|
} |