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.
20 lines
415 B
JSON
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"
|
|
}
|
|
}
|