Welcome to PGMV! 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.
Text Decoration - TextDecoration.js
Plugin desc : Changes the decoration method for window texts.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Yoji Ojima
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins TextDecoration.js
File name : TextDecoration.js
Help of plugin :
* @plugindesc Changes the decoration method for window texts. * @author Yoji Ojima * * @param Mode * @desc The decoration mode. 0: Outline, 1: Shadow * @default 0 * * @param Red * @desc The R value of the decoration color. (0-255) * @default 0 * * @param Green * @desc The G value of the decoration color. (0-255) * @default 0 * * @param Blue * @desc The B value of the decoration color. (0-255) * @default 0 * * @param Alpha * @desc The opacity of the decoration. (0-255) * @default 128 * * @help This plugin does not provide plugin commands.