From 45d4b25c6056fefa57538cb39fb4917c69ef8d40 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Fri, 27 Feb 2015 09:28:26 -0800 Subject: [PATCH] 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. --- app/styles/play/level/modal/hero-victory-modal.sass | 2 +- app/views/editor/thang/ThangTypeEditView.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/play/level/modal/hero-victory-modal.sass b/app/styles/play/level/modal/hero-victory-modal.sass index 4d091c1de..8d2cf4c97 100644 --- a/app/styles/play/level/modal/hero-victory-modal.sass +++ b/app/styles/play/level/modal/hero-victory-modal.sass @@ -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 diff --git a/app/views/editor/thang/ThangTypeEditView.coffee b/app/views/editor/thang/ThangTypeEditView.coffee index ecfe899bf..be6b2ade9 100644 --- a/app/views/editor/thang/ThangTypeEditView.coffee +++ b/app/views/editor/thang/ThangTypeEditView.coffee @@ -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()