Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Flash Light - FlashLight.js
Plugin desc : FlashLight plugin.
License : MIT License
Author : BananaPepperTK
Website : https://github.com/sevenspice/FlashLight/blob/master/FlashLight.js
Download Page : https://raw.githubusercontent.com/sevenspice/FlashLight/master/FlashLight.js
File name : FlashLight.js
Help of plugin :
* @target MZ * @plugindesc FlashLight plugin. * @author BananaPepperTK * * @help This is a plugin to draw a circular light. * * For more information * https://github.com/sevenspice/FlashLight * * @param BlurBoundaries * @desc Blur the boundaries of light or not. true:Yes false:No * @default false * * @command draw * @text light * @desc Draws a light representation. * * @arg drawType * @type string * @default LIGHT * @text Light shining * @desc LIGHT: Lighting in the direction of forward movement TORCH: Light it up around you * * @arg radius * @type number * @min 80 * @max 240 * @default 80 * @text Radius of Light * @desc Specifies the radius of a circle of light to be drawn. * * @arg selfSwitch * @type string * @default A * @text Self-switch to turn on * @desc Specify the self-switch to be turned on when the light hits it. * * @arg ignoreEvents * @type number[] * @default [] * @text Event ID that ignores the hit decision * @desc Specify an array of event IDs to ignore the hit detection with light. * * @command clear * @text End of drawing * @desc Turn off the circular light.