spacebox/demo/config.json

26 lines
396 B
JSON

{
"display":
{
"dimensions": [640, 480]
},
"path":
{
"screenshots": "local/screenshots",
"video": "local/video"
},
"gamepad":
{
},
"keys":
{
"context": " ",
"print-video-memory": "?",
"play-sound": "s"
},
"recording":
{
"write-mp4": true,
"video-frame-length": 16.667
}
}