rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

add Master Volume API #87

Closed krmbn0576 closed 7 years ago

krmbn0576 commented 7 years ago

A new API is added. WebAudio.masterVolume (min: 0, max: 1) It's the master volume of all video and audio, including BGM, BGS, ME and SE.

wilfrem commented 7 years ago

:+1:

krmbn0576 commented 7 years ago

@wilfrem Sorry, I replaced WebAudio.masterVolume to AudioManager.masterVolume for clarity. Anything else are the same as before!