Add closing sound to InventoryModal

This commit is contained in:
Imperadeiro98 2015-11-30 20:53:52 +00:00
parent 26be2842ed
commit 60f40bb859

View file

@ -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'