フォロワー画像調整プラグイン – CustomizeFollowersGraphic.js
- タイトル
- フォロワー画像調整プラグイン
- 作者名
- トリアコンタン様
- ヘルプ
- 本来はプレイヤーの設定に準ずるフォロワー画像の表示方法を調整します。
以下のスクリプトを実行してください。
・フォロワーの移動速度(1-6)を設定します。
$gamePlayer.followers().setMoveSpeed(1);
・フォロワーの不透明度(0-255)を設定します。
$gamePlayer.followers().setOpacity(128);
・フォロワーの合成方法(0-3)を設定します。
$gamePlayer.followers().setBlendMode(1);
・フォロワーの歩行アニメ(true/false)を設定します。
$gamePlayer.followers().setWalkAnime(false);
・フォロワーの足踏みアニメ(true/false)を設定します。
$gamePlayer.followers().setStepAnime(true);
・フォロワーの向き固定(true/false)を設定します。
$gamePlayer.followers().setDirectionFix(true);
・フォロワーの透明状態(true/false)を設定します。
$gamePlayer.followers().setTransparent(true);
・フォロワーの向き(2, 4, 6, 8)を設定します。
すでに向き固定されている場合、無効です。
$gamePlayer.followers().setDirection(2);
・フォロワーのアニメパターン(0-3)を設定します。
$gamePlayer.followers().setPattern(0);
・フォロワーの変更内容を全て消去します。
$gamePlayer.followers().clearProperty();
このプラグインにはプラグインコマンドはありません。
利用規約:
作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
についても制限はありません。
このプラグインはもうあなたのものです。 - パラメータ
-
( なし ) - ライセンス表記
- 作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
Copyright (c) 2015-2016 Triacontane
This software is released under the MIT License.
http://opensource.org/licenses/mit-license.php
紹介ページ https://github.com/triacontane/RPGMakerMV/blob/master/CustomizeFollowersGraphic.js