Skip to content

Commit c225a09

Browse files
committed
Updated tunes
Please feel free to reject if you like it less ^^ that is oki
1 parent 35f9d61 commit c225a09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gui/src/sounds/sounds.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function playSoundOnResetEnded(resetType: ResetType, volume = 1) {
1515
switch (resetType) {
1616
case ResetType.Yaw: {
1717
xylophone.play({
18-
notes: ['B3', 'D4'],
18+
notes: ['D3', 'D3', 'D4', 'A3'], // beautiful day outside~
1919
offset: 0.15,
2020
type: 'custom',
2121
volume,
@@ -24,7 +24,7 @@ export async function playSoundOnResetEnded(resetType: ResetType, volume = 1) {
2424
}
2525
case ResetType.Full: {
2626
xylophone.play({
27-
notes: ['E3', 'G3'],
27+
notes: ['G4', 'C3',],
2828
offset: 0.15,
2929
type: 'custom',
3030
volume,
@@ -33,8 +33,8 @@ export async function playSoundOnResetEnded(resetType: ResetType, volume = 1) {
3333
}
3434
case ResetType.Mounting: {
3535
xylophone.play({
36-
notes: ['G3', 'B3', 'D4'],
37-
offset: 0.15,
36+
notes: ['D4', 'B4', 'G4', 'G3'],
37+
offset: 0.14,
3838
type: 'custom',
3939
volume,
4040
});
@@ -47,7 +47,7 @@ export async function playSoundOnResetStarted(resetType: ResetType, volume = 1)
4747
switch (resetType) {
4848
case ResetType.Full: {
4949
await xylophone.play({
50-
notes: ['D4', 'F#4'],
50+
notes: ['D3', 'F#4'],
5151
offset: 0.15,
5252
type: 'custom',
5353
volume,
@@ -56,7 +56,7 @@ export async function playSoundOnResetStarted(resetType: ResetType, volume = 1)
5656
}
5757
case ResetType.Mounting: {
5858
await xylophone.play({
59-
notes: ['F#4', 'A4'],
59+
notes: ['F#3', 'B4'],
6060
offset: 0.15,
6161
type: 'custom',
6262
volume,

0 commit comments

Comments
 (0)