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.
Timer Text - TimerText.js
Plugin desc : Change timer display
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/TimerText.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/TimerText.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/TimerText.js
File name : TimerText.js
Help of plugin :
* @target MZ * @plugindesc Change timer display * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/TimerText.js * * @help TimerText.js * * This plugin changes how to display the timer. * * It does not provide plugin commands. * * Changelog * 25 Sept 2020: Boolean options were not applied. * 23 Sept 2020: First edition. * * @param bitmapWidth * @text Width of display area * @desc Changes width of display area. Set 0 for default. * @default 96 * @type number * @min 0 * * @param bitmapHeight * @text Height of display area * @desc Changes height of display area. Set 0 for default. * @default 48 * @type number * @min 0 * * @param forceFixedPitch * @text Fixed pitch * @desc Forces fixed pitch. * @default false * @type boolean * * @param blinkColon * @text Blink ”:” * @desc Blink ”:”. * @default false * @type boolean *