diff --git a/ui/Audio/audiostart4.mp3 b/ui/Audio/audiostart4.mp3 new file mode 100644 index 0000000..b8106e2 Binary files /dev/null and b/ui/Audio/audiostart4.mp3 differ diff --git a/ui/Audio/switchfocus.mp3 b/ui/Audio/switchfocus.mp3 index c1d5ec8..dfa047b 100644 Binary files a/ui/Audio/switchfocus.mp3 and b/ui/Audio/switchfocus.mp3 differ diff --git a/ui/index.html b/ui/index.html index 971093b..c891d1e 100644 --- a/ui/index.html +++ b/ui/index.html @@ -72,7 +72,7 @@ //SFX Audio Sources var i = 0; const switchfocus = new Audio("Audio/switchfocus.mp3"); - const startaudio = new Audio("Audio/audiostart.mp3") + const startaudio = new Audio("Audio/audiostart4.mp3") /* Handles interaction with bindable buttons and focus*/ document.addEventListener("keydown", function (KeypressD) { if (KeypressD.code === KeyRight) { diff --git a/ui/style.css b/ui/style.css index a35617d..e14e98c 100644 --- a/ui/style.css +++ b/ui/style.css @@ -99,12 +99,14 @@ body { } .move:focus img { - transition: opacity 0.6s; + transition: opacity 0.6s, filter 1s; opacity: 0.68; + filter: blur(2.2px); } .move img { opacity: 1; + filter: blur(0); } .hlavnidiv {