Using new level loading sound.
This commit is contained in:
parent
b954e70d85
commit
40fbf336c2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = class LevelLoadingView extends View
|
||||||
showReady: ->
|
showReady: ->
|
||||||
ready = $.i18n.t('play_level.loading_ready', defaultValue: 'Ready!')
|
ready = $.i18n.t('play_level.loading_ready', defaultValue: 'Ready!')
|
||||||
@$el.find('#tip-wrapper .tip').addClass('ready').text 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: ->
|
unveil: ->
|
||||||
_.delay @reallyUnveil, 1000
|
_.delay @reallyUnveil, 1000
|
||||||
|
|
Reference in a new issue