gunkiss/config.json

42 lines
857 B
JSON
Raw Normal View History

2021-05-07 21:26:44 -04:00
{
"display":
{
"dimensions": [680, 384],
"framerate": 60,
"title": "Pudding",
"debug": false,
"render driver": "opengl"
},
"path":
{
"screenshots": "local/screenshots",
"video": "local/video"
},
"gamepad":
{
},
"keys":
{
"print-video-memory-size": ["CTRL", "v"],
"print-frame-length-history": ["CTRL", "SHIFT", "h"]
},
"recording":
{
"enabled": true,
"write-mp4": false,
"video-frame-length": 33.333,
"max-video-memory": 2000
},
"input":
{
"any-key-ignore-commands": ["up", "right", "down", "left"],
"suppress-any-key-on-mods": true
},
"scan":
{
"json-save": true,
"json-save-directory": "local/scans",
"barcode": "02266600"
}
}