feat(web client): color fields for points

This commit is contained in:
Henri Bourcereau 2026-05-01 22:43:49 +02:00
parent 60d8e0326a
commit 2c41e68cd6
3 changed files with 37 additions and 6 deletions

View file

@ -172,7 +172,7 @@ mod inner {
(1046.5, 0.51, 0.55),
];
for (freq, offset, dur) in notes {
play_tone(ctx, freq, 0.32, dur, offset, OscillatorType::Sine);
play_tone(ctx, freq, 0.12, dur, offset, OscillatorType::Sine);
}
});
}