MZ用プラグイン

ツクールXP風リザルト - XPStyleResult.js

シェア用テキスト:
▼ツクールXP風リザルト(あわやまたな様作) - XPStyleResult.js
https://plugin-mz.fungamemake.com/archives/6516
リザルトをツクールXP風にします。

ふりがな:つくーるXPふうりざると

機能概要: リザルトをツクールXP風にします。

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

作者:あわやまたな

作者サイト:https://awaya3ji.seesaa.net/

解説ページ:https://awaya3ji.seesaa.net/article/499948976.html

ファイル名:XPStyleResult.js

プラグインのヘルプ:

/*:ja
* @target MZ
* @plugindesc リザルトをツクールXP風にします。
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/499948976.html
* @help キー上下、マウスホイール、ドラッグ、スワイプでウィンドウを
* スクロールできます。
*
* [更新履歴]
* 2023/07/06:Ver.1.0.0 公開。
* 2023/07/25:Ver.1.1.0 挙動修正。
*
* @param terms
* @text 用語
* @desc 用語を設定します。
* @type struct<terms>
* @default {”levelUp”:”LEVEL UP!”}
*
* @param x
* @text X座標
* @desc リザルトウィンドウのX座標
* @default auto
* @type combo
* @option auto
*
* @param y
* @text Y座標
* @desc リザルトウィンドウのY座標
* @default auto
* @type combo
* @option auto
*
* @param width
* @text 幅
* @desc リザルトウィンドウの幅
* @default auto
* @type combo
* @option auto
*
* @param maxLines
* @text 最大行数
* @desc リザルトウィンドウの最大行数
* @default 7
* @type number
* @min 1
*
* @param countItems
* @text アイテムを数える
* @desc アイテムを数えます。
* @default true
* @type boolean
*
* @param noRepeat
* @text ページ送り時リピートなし
* @desc 長押しでテキストを見逃さないようにします。
* @default true
* @type boolean
*
* @param windowSkin
* @text ウィンドウスキン
* @desc リザルトウィンドウのファイル名を指定します。
* @type file
* @dir img/system
*
* @param windowOpacity
* @text ウィンドウ不透明度
* @desc リザルトウィンドウの不透明度を指定します。
* -1でシステムの初期値。
* @default -1
* @type number
* @min -1
*
*/

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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