mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Add closing sound to InventoryModal
This commit is contained in:
parent
26be2842ed
commit
60f40bb859
1 changed files with 1 additions and 0 deletions
|
@ -484,6 +484,7 @@ module.exports = class InventoryModal extends ModalView
|
|||
# Called when the modal itself is dismissed
|
||||
@endHighlight()
|
||||
super()
|
||||
@playSound 'game-menu-close'
|
||||
|
||||
onClickChooseHero: ->
|
||||
@playSound 'menu-button-click'
|
||||
|
|
Loading…
Reference in a new issue