From 3bcdc71efb8236602051fc676d530cf3e91f3c6e Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Mon, 6 May 2019 21:26:00 -0400 Subject: [PATCH] softer scream and aspect ratio fix --- index.html | 12 +++++++----- scripts/intro/Intro_BG.js | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9b51396..544800b 100644 --- a/index.html +++ b/index.html @@ -33,11 +33,13 @@ diff --git a/scripts/intro/Intro_BG.js b/scripts/intro/Intro_BG.js index ea54b79..18d1926 100644 --- a/scripts/intro/Intro_BG.js +++ b/scripts/intro/Intro_BG.js @@ -168,7 +168,7 @@ function BG_Intro(){ } if(!SHOWN_LOGO && ticker>=530/30){ SHOWN_LOGO = true; - sfx("intro_scream"); + sfx("intro_scream", {volume:0.9}); } if(GAME_TRANSITION==0 && SHOWN_LOGO){ self.logoSprite.draw(ctx);