アイコンと説明のみを含むウィンドウにメニューを変更するプラグイン – MrTS_IconMenu.js
- タイトル
- Changes menu to window with icons and description only.
- 作者名
- Mr. Trivel様
- ヘルプ
- --------------------------------------------------------------------------------
Terms of Use
--------------------------------------------------------------------------------
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
--------------------------------------------------------------------------------
Version 1.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
How to set up the icons and description
--------------------------------------------------------------------------------
Open up the MrTS_IconMenu.js plugin in your favorite text editor and scroll down
to part where it says "SET ICONS HERE" - follow instructions there.
Further down there will be "SET DESCRIPTION HERE" - you can set it there.
You can use escape characters in there. E.g. \\c[12] or \\I[93]
P.S. Need to use double backslash in the setup - \\ - not a single one
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release - パラメータ
-
param Icon Window X desc X position of Icon Window. Is evaluated.
Default: Graphics.boxWidth/2 - this._commandWindow.width/2default Graphics.boxWidth/2 - this._commandWindow.width/2 param Icon Window Y desc Y position of Icon Window. Is evaluated.
Default: 200default 200 param Help Window X desc X position of Help Window. Is evaluated.
Default: Graphics.boxWidth/2 - this._helpWindow.width/2default Graphics.boxWidth/2 - this._helpWindow.width/2 param Help Window Y desc Y position of Help Window. Is evaluated.
Default: 88default 88 param Gold Window X desc X position of Gold Window. Is evaluated.
Default: 0default 0 param Help Window Width desc Width of Help Window. Is evaluated.
Default: this._commandWindow.width + 150default this._commandWindow.width + 150 param Gold Window Y desc Y position of Gold Window. Is evaluated.
default Graphics.boxHeight - this.heightdefault Graphics.boxHeight - this.height param Icon Window Transparent desc Is icon Window Background invisible? True/False
Default: falsedefault false param Help Window Transparent desc Is Help Window Background invisible? True/False
Default: falsedefault false param Gold Window Transparent desc Is Gold Window Background invisible? True/False
Default: falsedefault false - ライセンス表記
- Free for commercial and non-commercial projects.
紹介ページ https://github.com/Trivel/RMMV/blob/master/MrTS_IconMenu.js