Fixed #1048 because I accidentally closed it and then didn't want to reopen it, so figured I might as well fix it as if I meant to do that the whole time.

This commit is contained in:
Nick Winter 2015-02-27 09:28:26 -08:00
parent d881476731
commit 45d4b25c60
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@
width: 100%
height: 100%
text-align: center
background: transparent url(/images/pages/play/level/modal/victory_hero.png/) no-repeat
background: transparent url(/images/pages/play/level/modal/victory_hero.png) no-repeat
background-position: center -88px
&.out

View file

@ -392,7 +392,7 @@ module.exports = class ThangTypeEditView extends RootView
movieClip.scaleX = movieClip.scaleY = scale
@showSprite(movieClip)
getLankOptions: -> {resolutionFactor: @resolution, thang: @mockThang}
getLankOptions: -> {resolutionFactor: @resolution, thang: @mockThang, preloadSounds: false}
showAction: (actionName) ->
options = @getLankOptions()