From 709e195f0b2f767b06af409e6a19c5d5509687a1 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 23 Jul 2023 23:03:45 +1000 Subject: [PATCH] Added volume to sounds --- Box | 2 +- assets/scripts/scene.toy | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Box b/Box index 2eabe14..a83fc4b 160000 --- a/Box +++ b/Box @@ -1 +1 @@ -Subproject commit 2eabe1407063c49e575e5938d0717a8407ec57cc +Subproject commit a83fc4b5ab0a6a6f26688059ae210f1515439aac diff --git a/assets/scripts/scene.toy b/assets/scripts/scene.toy index a6b7298..5d80099 100644 --- a/assets/scripts/scene.toy +++ b/assets/scripts/scene.toy @@ -79,8 +79,6 @@ fn onKeyDown(node: opaque, event: string) { if (event == "music_down") { setMusicVolume(getMusicVolume() - 16); } - - print getMusicVolume(); }