cakefoot/src/config_arcade.json
Cocktail Frank 9b58ede58f Replace arcade button prompt with dynamic text
Add config options to the "arcade" section for the arcade cabinet build
which will support an operator menu and credit payment system.

Remove arcade button prompt image in favor of using dynamic text which
will be used to prompt for credits if necessary.

Enable hue flash effect on the new arcade start prompt.

Remove "use arcade prompt" from config options in favor of using an
arcade prompt only in "arcade only" mode since "use arcade prompt"
wasn't being used in any other modes.

Move "display" > "arcade only" to "arcade" > "arcade only".

Remove unused images from repo: arcade button prompt, space box splash
image, press any key to start, social media.
2025-02-03 20:21:45 -05:00

23 lines
402 B
JSON

{
"display":
{
"dimensions": [1920, 1080],
"show cursor": false,
"fullscreen": true,
"qr display": true,
"steam button visible": true,
"dank logo visible": true
},
"arcade":
{
"arcade only": true
},
"button":
{
"steam translation": [-1.35, -0.55],
"dank logo translation": [-1.45, -0.85]
}
}