Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NUUN Option Ex 2 - NUUN_OptionEx_2.js
Plugin desc : Optional extended volume gauge display
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_OptionEx_2.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_OptionEx_2.js
File name : NUUN_OptionEx_2.js
Help of plugin :
* @target MZ * @plugindesc Optional extended volume gauge display * @author NUUN * @base NUUN_Base * @base NUUN_OptionEx * @orderAfter NUUN_Base * @orderAfter NUUN_OptionEx * @version 1.0.4 * * @help * Displays a gauge on the volume of the sound settings in the options screen. * This plugin is an extension plugin for "NUUN_OptionEx". * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 9/10/2024 Ver.1.0.4 * Implemented touch operation for slider only. * 9/7/2024 Ver.1.0.3 * Fixed so that if the knob is outside the gauge range and the cursor is moved while clicking, it will go to minimum or maximum. * Implemented knob display. * 9/1/2024 Ver.1.0.2 * Implemented volume knob functionality. * Added functionality to set the volume to the location where you click on the volume gauge. * 8/31/2024 Ver.1.0.1 * Fixed an issue where the gauge height was not being applied. * Fixed so that the gauge settings are not applied to anything other than the volume settings. * 8/25/2024 Ver.1.0.0 * First edition. * * @param KnobWidth * @desc Width of the knob. 0 is the automatic setting. Not applied to images. * @text Knob width * @type number * @default 0 * @min 0 * * @param KnobHeight * @desc Knob height. 0 is automatic setting. Not applied in images. * @text Knob Height * @type number * @default 0 * @min 0 * * @param GaugeAfterMargin * @desc The space behind the gauge. * @text Margin after gauge * @type number * @default 24 * @min 4 * * @param TouchAreaSliderZoonOnly * @desc Implement touch zone only on slider part. * @text Touch slider only * @type boolean * @default true *