赞 | 170 |
VIP | 6 |
好人卡 | 208 |
积分 | 231 |
经验 | 137153 |
最后登录 | 2024-12-22 |
在线时间 | 8648 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 23068
- 在线时间
- 8648 小时
- 注册时间
- 2011-12-31
- 帖子
- 3367
|
/*:
* @plugindesc Popup window plugin
* @author triacontane
*
* @param FontSize文字大小
* @desc Font size of popup window
* @default 22
*
* @param Padding
* @desc Padding of popup window
* @default 10
*
* @param AutoPopup
* @desc Popup set when event starting(ON/OFF)
* @default ON
*
* @param FaceScale
* @desc Scale of face graphic of popup window(1-100%)
* @default 75(頭象大小)
*
* @param WindowLinkage
* @desc Select window and Number input window is linkage with popup window(ON/OFF)
* @default ON
*
* @param BetweenLines
* @desc Between the Lines
* @default 4
*
* @param ThroughWindow
* @desc Window through if overlap windows(ON/OFF)
* @default OFF
*
* @help Change the message window from fixed to popup
*
* Plugin Command指令
*
* MWP_VALID [Character ID]
* Popup window valid
* Player:-1 Current event:0 Event:1...
* ex:MWP_VALID 0
*
* MWP_INVALID
* Popup window invalid
* ex:MWP_INVALID
*
* MWP_SETTING [parameter]
* Popup window setting. parameter are...
* POS_UPPER
* Window position fixed upper.
*
* POS_LOWER
* Window position fixed upper.
*
* POS_AUTO
* Window position auto.
*
* SKIN [File name(/img/system/...)]
* Setting window skin for popup message.
*
* SUB_POS_PLAYER
* Choice window or NumberInput displays player.
*
* SUB_POS_INNER
* Choice window or NumberInput displays internal message window.
*
* SUB_POS_NORMAL
* Choice window or NumberInput displays normal position.
*
* MWP_ADJUST [parameter]
* Popup window adjust. parameter are...
*
* POS [X] [Y]
* Popup window adjust relative position.
*
* SIZE [Width] [Height]
* Popup window adjust relative size.
|
|