Example 268

Game Config

Video game settings and preferences.

{
display: {
resolution: "2560x1440"
fullscreen: false
vsync: true
fps_limit: 0
}

graphics: {
quality: "ultra"
shadows: "off"
anti_aliasing: "MSAA"
render_distance: 21
ray_tracing: true
}

audio: {
master: 70
music: 47
sfx: 97
voice: 56
}

controls: {
sensitivity: 0.6
invert_y: false
vibration: false
}
}

See also