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 Tp Circular Gauge - NUUN_TpCircularGauge.js
Plugin desc : TP Circular Gauge Plugin
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_TpCircularGauge.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_TpCircularGauge.js
File name : NUUN_TpCircularGauge.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc TP 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 TP gauge circular. When using this plugin in conjunction with the Battle Style Extension plugin, place this plugin below "NUUN_BattleStyleEX_Base." Update History 2022/5/19 Ver.1.1.1 Fixed an issue where the previous image would remain when updating the gauge. 2022/5/18 Ver.1.1.0 Image support. Fixed an issue where coordinate changes were not possible in Battle Style Extension Ver.3.0.0 and later. 2021/5/3 Ver.1.0.4 Fixed an issue where changing the Y coordinate was not working. 2021/5/2 Ver.1.0.3 Fixed a processing error. 2021/5/1 Ver.1.0.2 Added support for some LL_ExGaugeDrawing functions. 2021/4/27 Ver.1.0.1 Fixed to only display on actor status. April 25, 2021 Ver. 1.0.0 First edition @param TPFontSize @text TP Font Size @desc TP font size (difference from main font size) @type number @default -6 @min -99 @parent FontSize @param TPValueFontSize @text TP value font size @desc Font size of TP value (difference from main font size) @type number @default -6 @min -99 @parent FontSize @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 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 (when no image is specified) @desc Specifies the radius of the gauge. @type number @default 25 @min 0 @param GaugeHeight @text Gauge vertical width (when no image is specified) @desc Specifies the vertical width of the gauge. @type number @default 10 @min 0 @param StartAngle @text Gauge Start Angle @desc Specifies the starting angle of the gauge (12 o'clock is -90 and 3 o'clock is 0). @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 @param ImgSetting @text Image Settings @default ------------------------------ @param GaugeBackImg @text Gauge background image @desc Specifies the background image file name for the gauge. @type file @dir img/ @param GaugeImg @text Gauge Image @desc Specifies the image file name for the gauge. @type file @dir img/