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.
Save Character Has Step Anime - SaveCharacterHasStepAnime.js
Plugin desc : Makes the character perform a step animation on the save screen.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/490881044.html
File name : SaveCharacterHasStepAnime.js
Help of plugin :
* @target MZ * @plugindesc Makes the character perform a step animation on the save screen. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/490881044.html * @help Ver.1.1.0 * * @param dir * @text Direction * @desc The direction of the character. * @default 4 * @type select * @option 下 * @value 2 * @option 左 * @value 4 * @option 右 * @value 6 * @option 上 * @value 8 * * @param disabledDir * @text Direction When Disabled * @desc The character's direction in non-selectable save data. * @default 4 * @type select * @option Down * @value 2 * @option Left * @value 4 * @option Right * @value 6 * @option Up * @value 8 * * @param disabledStep * @text Step for Non-Selectable Item * @desc Step animation will also be performed on non-selectable item. * @default true * @type boolean * * @param focusStep * @text Step for Selected Item Only * @desc Only the selected items will have step animation. * @default false * @type boolean * * @param enableShiftY * @text Enable Shift Y * @desc It takes into account whether the file name has a leading ! * @default false * @type boolean *