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(); }