-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYEP_KeyNumberInput100JP-p.txt
More file actions
33 lines (33 loc) · 1.36 KB
/
Copy pathYEP_KeyNumberInput100JP-p.txt
File metadata and controls
33 lines (33 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*:ja
* @plugindesc v1.00 [数値入力の処理]イベントでキーボードを使用できるようにします。
* @author Yanfly Engine Plugins
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* 導入
* ===========================================================================
*
* RPGツクールMVの[数値入力の処理]イベントでは、
* プレイヤーが番号を選択するために各桁をスクロールする必要があります。
* 遅くて退屈な行程ですが、
* キーボードで数字を直接挿入することでスピードアップできます。
* プレーヤーがキーボード番号を使用して番号を挿入すると、
* [番号入力]ウィンドウに即座に表示されます。
* 矢印キーを使用し、デフォルトのスクロール方法を使用することもできます。
*
* ===========================================================================
* Changelog
* ===========================================================================
*
* Version 1.00:
* - Finished Plugin!
*
* ===========================================================================
* End of Helpfile
* ===========================================================================
*
*/