gunkiss/config.json

52 lines
1.3 KiB
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"
},
"keys":
{
"print-video-memory-size": ["CTRL", "v"],
"print-frame-length-history": ["CTRL", "SHIFT", "h"]
},
"recording":
{
"screenshot-directory": "local/screenshots",
"video-directory": "local/video",
2021-05-07 21:26:44 -04:00
"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
},
"logging":
{
"enabled": true,
"output-directory": "local",
"debug": true
},
2021-05-07 21:26:44 -04:00
"scan":
{
"json-save": true,
"json-save-directory": "local/scans",
2021-05-12 02:09:22 -04:00
"barcode": "645175525233"
},
"api":
{
2021-05-12 02:09:22 -04:00
"user-agent": "Custom pudding creation game for http://shampoo.ooo",
"nutronix-app-id": "ea0f2e7e",
"nutronix-app-key": "39218dde526dd3349daa028deda518ae",
"edamam-app-id": "c23b139f",
"edamam-app-key": "c54cf8c997534caf7ee92b1ccc7d95a3",
"best-buy-api-key": "cFshpD7C2LtMq07GqlBVpYtY",
"giantbomb-api-key": "91a395231f4e1fd9f9ba8840c52a61cda343cd70"
2021-05-07 21:26:44 -04:00
}
}