Skip to content

Commit 1a372c4

Browse files
committed
updates and corrections to menu layouts
1 parent 7b0ccbb commit 1a372c4

File tree

5 files changed

+212
-82
lines changed

5 files changed

+212
-82
lines changed

resources/gui/layouts/menu/CreditsWindow.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,11 @@
153153
"HoveredImage": null,
154154
"ClickedImage": null,
155155
"DisabledImage": null,
156-
"HoverSound": null,
157-
"MouseUpSound": null,
158-
"MouseDownSound": null
156+
"_stateSoundNames": {
157+
"Hover": "octave-tap-resonant.wav",
158+
"MouseDown": "octave-tap-warm.wav",
159+
"MouseUp": "octave-tap-warm.wav"
160+
}
159161
},
160162
"DownOrRightButton": {
161163
"Bounds": "0,0,15,15",
@@ -283,9 +285,11 @@
283285
"HoveredImage": null,
284286
"ClickedImage": null,
285287
"DisabledImage": null,
286-
"HoverSound": null,
287-
"MouseUpSound": null,
288-
"MouseDownSound": null
288+
"_stateSoundNames": {
289+
"Hover": "octave-tap-resonant.wav",
290+
"MouseDown": "octave-tap-warm.wav",
291+
"MouseUp": "octave-tap-warm.wav"
292+
}
289293
},
290294
"DownOrRightButton": {
291295
"Bounds": "0,0,15,15",
@@ -401,9 +405,7 @@
401405
"HoveredImage": null,
402406
"ClickedImage": null,
403407
"DisabledImage": null,
404-
"HoverSound": null,
405-
"MouseUpSound": null,
406-
"MouseDownSound": null,
408+
"_stateSoundNames": {},
407409
"Children": {
408410
"_icon": {
409411
"Bounds": "0,4,24,24",

resources/gui/layouts/menu/LoginWindow.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,7 @@
532532
"HoveredImage": null,
533533
"ClickedImage": null,
534534
"DisabledImage": null,
535-
"HoverSound": null,
536-
"MouseUpSound": null,
537-
"MouseDownSound": null,
535+
"_stateSoundNames": {},
538536
"Children": {
539537
"_icon": {
540538
"Bounds": "0,4,24,24",

resources/gui/layouts/menu/MainMenuWindow_online.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@
313313
"HoveredImage": null,
314314
"ClickedImage": null,
315315
"DisabledImage": null,
316-
"HoverSound": null,
317-
"MouseUpSound": null,
318-
"MouseDownSound": null,
316+
"_stateSoundNames": {},
319317
"Children": {
320318
"_icon": {
321319
"Bounds": "0,4,24,24",

resources/gui/layouts/menu/RegistrationWindow.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@
547547
"HoveredImage": null,
548548
"ClickedImage": null,
549549
"DisabledImage": null,
550-
"HoverSound": null,
551-
"MouseUpSound": null,
552-
"MouseDownSound": null,
550+
"_stateSoundNames": {},
553551
"Children": {
554552
"_icon": {
555553
"Bounds": "0,4,24,24",

0 commit comments

Comments
 (0)