diff --git a/README.md b/README.md index bac938e..35f737a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ open index.html Edit `index.html`, then refresh the browser. +### Train Sounds + +Train dispatch sounds are configured in the `TRAIN_SOUNDS` array in `index.html`. +Add new sound files to `public/`, then add another object with an `id`, `label`, +`src`, and `volume`. The selected sound is saved in the browser with +`localStorage`, so it persists after refreshes. + ## Project Structure - `index.html` contains the UI, styling, and interaction logic. diff --git a/index.html b/index.html index ca20e5e..a3e3e56 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
- + welcome to conductor