Using new level loading sound.

This commit is contained in:
Nick Winter 2014-04-28 17:59:02 -07:00
parent b954e70d85
commit 40fbf336c2

View file

@ -29,7 +29,7 @@ module.exports = class LevelLoadingView extends View
showReady: ->
ready = $.i18n.t('play_level.loading_ready', defaultValue: 'Ready!')
@$el.find('#tip-wrapper .tip').addClass('ready').text ready
Backbone.Mediator.publish 'play-sound', trigger: 'loading_ready', volume: 0.75
Backbone.Mediator.publish 'play-sound', trigger: 'level_loaded', volume: 0.75 # old: loading_ready
unveil: ->
_.delay @reallyUnveil, 1000