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:
O-01-67 2022-10-08 17:48:58 -04:00 committed by GitHub
parent 915585b144
commit dbb20138be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Diff Content Not Available