PGMMV Collision Plugin
Utilities for working with object collisions
Help
This plugin provides utilities for working with 2D collisions. Currently limited
to link conditions suitable for platformers.Link Conditions
| Name | Description | Parameters | ||||||
|---|---|---|---|---|---|---|---|---|
| On Wall or Slope | Test if object instance bottom wall collision is touching a tile wall or object instance is touching a slope from the top. Leaving the tile group inputs unset will use the default tile group. |
| ||||||
| On Slope Facing Downslope | Test if object instance is touching a slope from the top and facing downslope. |
| ||||||
| On Slope Facing Upslope | Test if object instance is touching a slope from the top and facing upslope. |
|