Added volume to sounds
This commit is contained in:
2
Box
2
Box
Submodule Box updated: 2eabe14070...a83fc4b5ab
@@ -79,8 +79,6 @@ fn onKeyDown(node: opaque, event: string) {
|
||||
if (event == "music_down") {
|
||||
setMusicVolume(getMusicVolume() - 16);
|
||||
}
|
||||
|
||||
print getMusicVolume();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user