タイトル画面のコマンドを画像に変更してカーソルを追加するプラグイン – MrTS_SimpleTitleScreen.js

タイトル
Changes title screen commands to images and adds a cursor.
作者名
ヘルプ
--------------------------------------------------------------------------------
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 for non-commercial projects.
--------------------------------------------------------------------------------
Version 1.1
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Image List
--------------------------------------------------------------------------------
Title screen image is selected in database per usual.

Other images go into img\system:
img\system\titleCursor.png - can be omitted if cursor is set to false
img\system\titleBehindCommand.png - can be omitted if behind is set to false
img\system\titlePressStart.png - can be omitted if press s tart is set to false

Remaining images have dynamic names which are constructor from word 'command_'
and handler name. Example: command_newGame, command_continue, command_options.
Those three are in default RPG Maker MV. If you have other plugins, you might
need to add more images.

Alternative command images when selected are named in similar fashion:
commandAlt_CommandName
Example:
commandAlt_newGame, commandAlt_continue, commandAlt_options
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.1 - Compatibility fix with plugins that disable command menu when press start
is disabled.
1.0 - Release
パラメータ
param Display Cursor
desc Display cursor next to the selected command?
Default: True
default True

param Display Alternative
desc Display alternative image when command is selected?
Default: True
default True

param Display Behind
desc Display image behind selected command?
Default: True
default True

param Display Press Start
desc Display and ask for Press Start?
Default: True
default True

param Commands Position
desc X Y position on the title screen.
Default: 561 400
default 561 400

param Press Start Position
desc X Y position on the title screen.
Default: 561 580
default 561 580

param Cursor Offset
desc X Y offset of cursor
Default -60 0
default -60 0

param Behind Offset
desc Behind image offset
Default -100 0
default -100 0

ライセンス表記
Free for commercial and for non-commercial projects.
img\system\titleCursor.png - can be omitted if cursor is set to false
img\system\titleBehindCommand.png - can be omitted if behind is set to false
img\system\titlePressStart.png - can be omitted if press s tart is set to false

紹介ページ https://github.com/Trivel/RMMV/blob/master/MrTS_SimpleTitleScreen.js