spacebox/demo/box/config.json

32 lines
594 B
JSON
Raw Normal View History

2019-05-02 06:45:41 -04:00
{
"display":
{
"dimensions": [480, 800],
2019-06-16 03:05:02 -04:00
"fps": 60
2019-05-02 06:45:41 -04:00
},
"keys":
{
"context": " ",
2019-06-16 03:05:02 -04:00
"print-video-memory-size": "v",
"play-sound": "s"
2019-05-22 04:27:15 -04:00
},
"input":
{
"suppress-any-key-on-mods": true
},
2019-05-22 04:27:15 -04:00
"recording":
{
2021-05-08 20:01:53 -04:00
"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
2019-05-02 06:45:41 -04:00
}
}