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 Tpb Circular Gauge - NUUN_TpbCircularGauge.js
Plugin desc : TPB Circular Gauge Plugin
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_TpbCircularGauge.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_TpbCircularGauge.js
File name : NUUN_TpbCircularGauge.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc TPB Circular Gauge Plugin @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- Makes the TPB gauge circular. When using this plugin in conjunction with the Battle Style Extension Plugin, place this plugin below "NUUN_BattleStyleEX_Base." Update History 2021/5/3 Ver. 1.0.2 Fixed an issue where changing the Y coordinate was not working. 2021/5/1 Ver. 1.0.1 Added the ability to specify the gauge color. Supports some of the LL_ExGaugeDrawing features. 2021/4/25 Ver. 1.0.0 First release @param OnGaugePosition @text Allow gauge coordinate changes @desc Allows changing the coordinates of the gauge. @type select @default 0 @option Do not allow @value 0 @option Allow @value 1 @option Reflects the settings of the Battle Style Extension Plugin. @value 10 @param GaugeColor @text Gauge Color @desc Specifies the color of the gauge. If blank, the value of Sprite_Gauge will be set. @type number @default 26 @min 0 @param GaugeX @text Gauge X coordinate @desc Specifies the X coordinate of the gauge. @type number @default 0 @min -999 @param GaugeY @text Gauge Y coordinate @desc Specifies the Y coordinate of the gauge. @type number @default 0 @min -999 @param GaugeRadius @text Gauge Radius @desc Specifies the radius of the gauge. @type number @default 25 @min 0 @param GaugeHeight @text Gauge vertical width @desc Specifies the vertical width of the gauge. @type number @default 10 @min 0 @param StartAngle @text Gauge Start Angle @desc Specifies the start angle of the gauge. @type number @default -90 @min -360 @max 360 @param EndAngle @text Gauge End Angle @desc Specifies the end angle of the gauge. @type number @default 270 @min -360 @max 360