mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
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:
parent
d881476731
commit
45d4b25c60
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue