Created
October 4, 2021 13:30
-
-
Save triacontane/3195515343ac42931fdcb534769cca98 to your computer and use it in GitHub Desktop.
BGMの音量のみ変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AudioManager._currentBgm.volume = 10; | |
| AudioManager.updateBgmParameters(AudioManager._currentBgm); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment