マップ上の一部タイルアニメーションを無効にするオプション – YEP_AnimateTilesOption.js

タイトル
Because some computers and devices lag with animatedtiles on the map, an option is added to disable them.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

Some players may experience lag when walking near animated tiles. This is
due to the fact that animated tiles constantly draw, delete, and redraw the
tiles every few frames. Unfortunately, due to Pixi2's drawing method, there
exists some memory leaks when this kind of drawing occurs. On mobile devices
or weak computers with little memory to spare, this can potentially cause
some games to crash. The option to enable/disable animated tiles is now in
the options menu for players to toggle.

For those who decide to make the default settings for the plugin to 'auto',
any player who is playing on mobile or browser will default to having the
setting off while local players will have the setting default to on.

============================================================================
Changelog
============================================================================

Version 1.01:
- Updated for RPG Maker MV version 1.3.0.

Version 1.00:
- Finished Plugin!
パラメータ
param Command Name
desc The name that appears in the options menu.
default Animated Tiles

param Default Setting
desc Default setting for this option.
ON - true OFF - false AUTO - auto
default auto

ライセンス表記

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_AnimateTilesOption.js