マップ上のプレーヤーまたはイベントの下に影を表示するプラグイン – GALV_BasicEventShadows.js
- タイトル
- Display shadows under the player or events on the map.
- 作者名
- Galv - galvs-scripts.com様
- ヘルプ
- Galv's Basic Event Shadows
----------------------------------------------------------------------------
This plugin allows you to add shadows to events and player characters on the
map. These shadows can be enabled and disabled in the following ways:
----------------------------------------------------------------------------
EVENT SHADOWS
----------------------------------------------------------------------------
<shadow>
By putting this tag in an event's "Note" field, the event will always have
a shadow, no matter what page the event uses as long as the event page has
a graphic in it.
Alternatively, you can put this tag in a "Comment" anywhere on an event
page. As long as the event page conditions are active, the shadow will be
drawn. If the tag is not on a page, no shadow is drawn.
----------------------------------------------------------------------------
PLAYER SHADOWS - SCRIPT CALL
----------------------------------------------------------------------------
Galv.BES.pShadows(true); turn shadows on for player actors
Galv.BES.pShadows(false); turn shadows off for player actors
Galv.BES.eShadows(true); turn shadows on for all events
Galv.BES.eShadows(false); turn shadows off for all events
These are used in "Script" event command. It turns shadows on and off for
all player characters or all events.
---------------------------------------------------------------------------- - パラメータ
-
param Shadow Image desc The image file used from /img/system/ folder. default Shadow1 param Shadow Offset desc Pixel offset of the shadows default 5 - ライセンス表記
- Terms of Use
https://galvs-scripts.com/terms-of-use/
紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-audiovisual-effects/#post-1516