Documentary commit summary dummy edit
* Add a function in a pixel's "onTryMoveInto" property and that function will be executed when another pixel uses tryMove to attempt to move into that pixel.
* Form: function(pixel,otherPixel)
- "otherPixel" is the pixel that attempted the move.
- "pixel" is the pixel that otherPixel tried to move into.
* Note that this may be multiply executed if there are multiple pixels that can tryMove into the OTMI-using pixel's position.
This commit is contained in:
parent
915585b144
commit
dbb20138be