An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

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
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.