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.
MNKR Battle Actor Name MZ - MNKR_BattleActorNameMZ.js
Plugin desc : Changes the font of actor names in the battle status window.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_BattleActorNameMZ.js
File name : MNKR_BattleActorNameMZ.js
Help of plugin :
@target MZ
@url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_BattleActorNameMZ.js
@plugindesc Changes the font of actor names in the battle status window.
@author munokura
@license MIT License
@help
Changes the font of actor names in the battle status window.
No plugin commands.
# Terms of Use
MIT License.
http://opensource.org/licenses/mit-license.php
You may modify and redistribute this without permission, and there are no
restrictions on its use (commercial, R18+, etc.).
@param fontSize
@text Font size
@desc Actor name font size
@default 26
@param textColor
@text Text Color
@desc Actor name text color, specified in HEX
@default #ffffff
@param outlineWidth
@text Outline Width
@desc Actor Name Text Outline Width
@default 3
@param outlineColor
@text Outline Color
@desc Actor name text outline color, specified as RGBA
@type struct<RGBA>
@default {”red”:”0”,”green”:”0”,”blue”:”0”,”alpha”:”60”}