「タッチにアニメーションを追加できる」プラグインです。
こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事は、現状ございません。
下記ページで最新版が配布されています。
mogplugins.wordpress.com/rpg-maker-mz/
どなたかのお役に立てば幸いです。
/*:ja
* @target MZ
* @plugindesc (v1.0) タッチにアニメーションを追加します。
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TouchAnimation.js
*
* @param File Name
* @text ファイル名
* @desc ファイル名の指定
* @type file
* @dir img/system/
* @default TouchParticles
*
* @param Animation
* @text アニメーション
* @desc アニメーションの種類の指定
* @type select
* @default Fireworks
* @option 花火
* @value Fireworks
* @option ランダム
* @value Random
* @option ズームアウト
* @value Zoom Out
* @option ズームイン
* @value Zoom In
*
* @param Number of Particles
* @text 粒子数
* @desc 粒子数の指定 (1-999)
* @type number
* @default 10
* @min 1
* @max 999
*
* @param X-Axis Offset
* @text X軸オフセット
* @desc アニメーションのX軸指定
* @default 0
*
* @param Y-Axis Offset
* @text Y軸オフセット
* @desc アニメーションのY軸の指定
* @default 0
*
* @param Blend Mode
* @desc 合成の指定
* @text 合成方法
* @type select
* @default Normal
* @option 加算
* @value Additive
* @option 通常
* @value Normal
* @option 乗算
* @value Multiply
*
* @param Duration
* @text 表示時間
* @desc アニメーション時間の指定 (1-999)
* @type number
* @default 10
* @min 1
* @max 999
*
* @param Fade Speed
* @text フェード速度
* @desc フェード速度 (2-125)
* @type number
* @default 20
* @min 2
* @max 125
*
* @param Random Tone
* @text ランダムトーン
* @desc ランダムな色を有効にします。
* @type boolean
* @default true
* @on 有効
* @off 無効
*
* @help
* ===========================================================================
* ♦♦♦ MOG - Touch Animation ♦♦♦
* Author - Moghunter
* Version - 1.0
* Updated - 2020/10/18
* mogplugins.wordpress.com
* ===========================================================================
* タッチにアニメーションを追加します。
* 画像「TouchParticles.png」を下記に保存します。
*
* /img/system/
*
*/
コメントを投稿するにはログインしてください。