
ツクールフェス方式の乗り物 - FesStyleVehicles.js
シェア用テキスト:
▼ツクールフェス方式の乗り物(あわやまたな様作) - FesStyleVehicles.js
https://plugin.fungamemake.com/archives/31771
ツクールフェスの乗り物の挙動を再現します。
ふりがな:つくーるふぇすほうしきののりもの
機能概要: ツクールフェスの乗り物の挙動を再現します。
利用規約(ライセンス): MITライセンス
作者:あわやまたな
作者サイト:https://awaya3ji.seesaa.net/
解説ページ:https://awaya3ji.seesaa.net/article/502377242.html
ファイル名:FesStyleVehicles.js
プラグインのヘルプ:
/*:ja * @target MZ MV * @plugindesc ツクールフェスの乗り物の挙動を再現します。 * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502377242.html * @help * * [更新履歴] * 2024/02/16:Ver.1.0.0 公開。 * * @param shadowOpacity * @text 影不透明度 * @desc MZ:-1 * @default 255 * * @param maxAltitude * @text 最大高度 * @desc MZ:-1 * @default 40 * * @param direction * @text 向き * @desc MZ:false * @type boolean * @default true * * @param stepAnime * @text 足踏み * @desc MZ:false * @type boolean * @default true * * @param priority * @text 表示優先度 * @desc MZ:false * @type boolean * @default true * * @param getOnOff * @text 乗降 * @desc MZ:false * @type boolean * @default true * * @param trigger * @text トリガー * @desc MZ:false * @type boolean * @default true * */
