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.
Event Uses Tile Collision - EventUsesTileCollision.js
Plugin desc : Adds the ability to let events have arbitrary tile collisions.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502260505.html
File name : EventUsesTileCollision.js
Help of plugin :
* @target MZ * @plugindesc Adds the ability to let events have arbitrary tile collisions. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502260505.html * @help Ver.1.0.0 *【Options】 * Place a comment on the first line of the page you want to set, * and enter it in the following format. * By doing so, you can set the initial state when switching pages. * If specified with a minus sign, the RegionCollisionEx expansion tileset flag will be used. * <tileCollision:1> //Use collision with tile ID1. * <tileCollision:-1> //Use the collision of tile ID1 of the expansion tileset. * *【Specification】 * Events can only be triggered when they overlap with the player. *