From 59ac5318648ae3abe62641deec66c64e1728c973 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 23 Apr 2024 16:52:56 +0100 Subject: make music quieter --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 22dbed1..a5a38d0 100644 --- a/main.go +++ b/main.go @@ -39,7 +39,7 @@ const ( ghostAlpha = 0.5 hightlightBorder = 2 audioFadeIn = 0.99 - musicVolume = 0.3 + musicVolume = 0.2 sampleRate = 44100 shadowOffset = 1 -- cgit v1.2.1