RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

MOG Destination Pointer - MOG_DestinationPointer.js

シェア用テキスト:
▼MOG Destination Pointer(Moghunter様作) - MOG_DestinationPointer.js
https://plugin.fungamemake.com/archives/19244
マップ移動時の行先ポインタの画像をカスタマイズ

ふりがな:ですてぃねいしょんぽいんた

機能概要: マップ移動時の行先ポインタの画像をカスタマイズ

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://x.com/moghunter1

解説ページ:https://fungamemake.com/archives/2961

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_DestinationPointer.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.0) マップ移動時の行先ポインタの画像をカスタマイズできます。
 * @author Moghunter
 *
 * @param X-Axis Offset
 * @desc 行先ポインタのX軸位置設定
 * @default 0
 *
 * @param Y-Axis Offset
 * @desc 行先ポインタのY軸位置設定
 * @default 0
 *
 * @param Smooth Movement
 * @desc スムーズなモーションの有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param Zoom Animation
 * @desc ズームアニメーションの有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default false
 *
 * @param Blink Animation
 * @desc 点滅アニメーションの有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default false
 *
 * @param Float Animation
 * @desc フロートアニメーションの有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param Blend Mode
 * @desc ブレンドモードの設定。(0から2)
 * @type select
 * @option 0
 * @value 0
 * @option 1
 * @value 1
 * @option 2
 * @value 2
 * @default 0
 *
 * @param Rotation Speed
 * @desc アニメーション効果速度の設定
 * @default 0
 *
 * @param Number of Frames
 * @desc 画像のフレーム量。画像はフレーム数で分割されます。
 * @default 1
 *
 * @param Animation Speed
 * @desc フレームアニメーション速度
 * @default 4
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Destination Pointer (v1.0) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * マップ移動時の行先ポインタの画像をカスタマイズできます。
 * - 画像のフレームによるアニメーション
 * - スムーズな動き
 * - ズーム/フェード効果を有効/無効
 *
 * ===========================================================================
 * 必要ファイル
 * ===========================================================================
 * 下記の画像が必要になります。
 *
 * Destination.png
 * Destination_Shadow.png
 *
 * 下記のフォルダへ保存してください。
 * (img/system/)
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2025 All Rights Reserved.