cakefoot/src/config_demo.json
frank 7f87756b6c - added Steam build configuration file and shell script
- added Windows 64 bit build target
- added a distributable ZIP to the Linux build target
- added demo build config
- made arcade prompt compatible with demo mode
2024-04-14 01:30:10 -04:00

14 lines
205 B
JSON

{
"display":
{
"dimensions": [1920, 1080],
"fullscreen": true,
"qr display": true,
"use arcade prompt": true
},
"demo":
{
"active": true
}
}