spacebox/demo/box/config.json

32 lines
594 B
JSON

{
"display":
{
"dimensions": [480, 800],
"fps": 60
},
"keys":
{
"context": " ",
"print-video-memory-size": "v",
"play-sound": "s"
},
"input":
{
"suppress-any-key-on-mods": true
},
"recording":
{
"screenshot-directory": "local/screenshots",
"video-directory": "local/video",
"enabled": false,
"write-mp4": false,
"video-frame-length": 16.667,
"max-video-memory": 2000
},
"log":
{
"enabled": true,
"debug-to-file": true
}
}