cakefoot/src/config_blank.json
Cocktail Frank e85cd141e4 Play demo reel on title screen when idle
When the player is idle on the home screen, start playing a demo reel
after a delay. Build the reel by choosing random replays from a system
directory and the user's replay directory. End the reel and return to
the title screen when input is detected or after a configured amount of
time passes.

Add level index to replay metadata.
2025-09-12 18:55:23 -04:00

20 lines
415 B
JSON

{
"storage":
{
"progress file": "/tmp/cakefoot_blank/progress.json",
"scores file": "/tmp/cakefoot_blank/scores.json",
"preferences file": "/tmp/cakefoot_blank/preferences.json",
"stats file": "/tmp/cakefoot_blank/stats.json"
},
"replay":
{
"directory": "/tmp/cakefoot_replays/"
},
"attract":
{
"replays": "resource/attract"
}
}