feat(web client): color fields for points
This commit is contained in:
parent
60d8e0326a
commit
2c41e68cd6
3 changed files with 37 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue