赞 | 1 |
VIP | 0 |
好人卡 | 0 |
积分 | 5 |
经验 | 0 |
最后登录 | 2023-8-11 |
在线时间 | 49 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 469
- 在线时间
- 49 小时
- 注册时间
- 2021-4-20
- 帖子
- 26
|
3楼
楼主 |
发表于 2021-7-21 00:56:55
|
只看该作者
本帖最后由 boli1 于 2021-7-21 01:24 编辑
是的,发帖后我想了下,逻辑上这应该是替换了居中对话框,然后我翻了一下原游戏的插件,找到了这样一个js,不知道是否是利用这个插件实现的?
// (C) 2016 Triacontane
/*:
* @plugindesc
* @author triacontane
*
* @param FontSize
* @desc Font size of popup window
* @default 22
* @type number
*
* @param Padding
* @desc Padding of popup window
* @default 10
* @type number
*
* @param AutoPopup
* @desc Popup set when event starting(ON/OFF)
* @default true
* @type boolean
*
* @param FaceScale
* @desc Scale of face graphic of popup window(1-100%)
* @default 75
* @type number
*
* @param WindowLinkage
* @desc Select window and Number input window is linkage with popup window(ON/OFF)
* @default true
* @type boolean
*
* @param BetweenLines
* @desc Between the Lines
* @default 4
* @type number
*
* @param ThroughWindow
* @desc Window through if overlap windows(ON/OFF)
* @default false
* @type boolean
*
* @param FontSizeRange
* @desc フキダシウィンドウで制御文字「\{」「\}」を使用した場合のフォントサイズの増減幅です。デフォルトは12です。
* @default 12
* @type number
*
* @param FontUpperLimit
* @desc フキダシウィンドウで制御文字「\{」「\}」を使用した場合のフォントサイズの上限値です。デフォルトは96です。
* @default 96
* @type number
*
* @param FontLowerLimit
* @desc フキダシウィンドウで制御文字「\{」「\}」を使用した場合のフォントサイズの下限値です。デフォルトは24です。
* @default 24
* @type number
*
* @param InnerScreen
* @desc 横方向だけでなく縦方向についても画面内にフキダシウィンドウが収まるように位置を調整します。
* @default false
* @type boolean
*
* @param ShakeSpeed
* @desc ウィンドウを振動させる際の速さです。制御文字\v[n]が利用できます。
* @default 5
* @type number
*
* @param ShakeDuration
* @desc ウィンドウを振動させる時間(フレーム)です。制御文字\v[n]が利用できます。0を指定するとずっと振動し続けます。
* @default 60
* @type number
*
* @param NoUseTail
* @desc ポーズサインのテール化機能を無効化します。デフォルトの位置に表示されます。
* @default false
* @type boolean
*
* @param MinWidthVariableId
* @desc 指定した番号の変数の値が、フキダシウィンドウの横幅の最小値(単位はピクセル数)となります。
* @default 0
* @type variable
*
太长了我就不都发了 |
|