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

#ツクプラ

Dark Plasma Stand Image Manager - DarkPlasma_StandImageManager.js

シェア用テキスト:
▼Dark Plasma Stand Image Manager(DarkPlasma様作) - DarkPlasma_StandImageManager.js
https://plugin.fungamemake.com/archives/12863
立ち絵を1枚絵で用意する人向けの立ち絵表示プラグイン。立ち絵を切り替える際に左右とファイル名を表示するだけでよいプラグインコマンドを提供します

ふりがな:すたんどいめーじまねーじゃー

機能概要: 立ち絵を1枚絵で用意する人向けの立ち絵表示プラグイン。立ち絵を切り替える際に左右とファイル名を表示するだけでよいプラグインコマンドを提供します

利用規約(ライセンス): MITライセンス

作者:DarkPlasma

作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html

解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins

ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…

ファイル名:DarkPlasma_StandImageManager.js

プラグインのヘルプ:

/*:
 * @plugindesc 立ち絵管理/切り替えを楽にするプラグイン
 * @author DarkPlasma
 * @license MIT
 *
 * @param Left X
 * @desc 左側立ち絵のX座標
 * @default 200
 *
 * @param Right X
 * @desc 右側立ち絵のX座標
 * @default 600
 *
 * @param Y
 * @desc 立ち絵のY座標
 * @default 600
 *
 * @param Scale
 * @desc 立ち絵の表示倍率(%)
 * @default 100
 *
 * @param Fade in Wait
 * @desc フェードイン時のウェイト
 * @default 30
 *
 * @help
 * 立ち絵の表示を楽にします。
 * 「ピクチャの表示」で指定したファイル名を利用します
 * イベント開始時に「ピクチャの表示」で透明なまま立ち絵を読み込んでおき、
 * 立ち絵を表示したいときにプラグインコマンド showStand を実行します
 * 立ち絵を非表示にしたいときにはプラグインコマンド hideStand を実行します
 * 
 * コマンド説明:
 * showStand: 指定した名前の立ち絵を表示します
 * hideStand: 指定した名前の立ち絵を非表示にします
 * hideAllStand: すべての立ち絵を非表示にします
 *
 * 記述例:
 * showStand 立ち絵1 right reverse fade
 * (ピクチャファイル 立ち絵1 を右側に反転して、フェードイン表示させる)
 *
 * showStand 立ち絵2
 * (ピクチャファイル 立ち絵2 を左側に表示させる)
 *
 * hideStand 立ち絵3
 * (ピクチャファイル 立ち絵3 を非表示にする)
 */

スポンサードリンク

スポンサードリンク

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