mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-24 05:41:53 +00:00
Settings → System → Career panel with the 'Crowd sound reactions' toggle
(writes the localStorage key the crowd layer reads). Pack manifests may
carry sfx {up, down} mp3s, validated like intro files.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
457 B
JSON
17 lines
457 B
JSON
{
|
|
"id": "career",
|
|
"name": "Career",
|
|
"version": "0.1.0",
|
|
"bundled": true,
|
|
"private": false,
|
|
"description": "Career mode \u2014 gig your way from a local bar to the arena. Earn stars per song; the crowd reacts to how you play.",
|
|
"screen": "screen.html",
|
|
"script": "screen.js",
|
|
"styles": "assets/career.css",
|
|
"routes": "routes.py",
|
|
"settings": {
|
|
"html": "settings.html",
|
|
"category": "system"
|
|
}
|
|
}
|