pepy/config.json

39 lines
784 B
JSON

{
"display":
{
"dimensions": [960, 540],
"framerate": 60,
"title": "Pepy",
"debug": false,
"render driver": "opengles3",
"show-cursor": true
},
"configuration":
{
"auto-refresh": true
},
"keys":
{
},
"input":
{
"any-key-ignore-commands": ["up", "right", "down", "left"],
"suppress-any-key-on-mods": true
},
"log":
{
"enabled": true,
"output-directory": "/var/log/sb/",
"debug-to-stdout": false,
"debug-to-file": true,
"info-file-name": "cuckoo_info.log",
"debug-file-name": "cuckoo_debug.log"
},
"sim":
{
"wall-count": 48,
"ball-scale": 0.15,
"spawn-radius": 0.35
}
}