From dbb20138beb93a9c5784ff7739645b95039b0c2b Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:48:58 -0400 Subject: [PATCH] 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.