include debug log in collision example

This commit is contained in:
Brad Hefta-Gaub 2016-01-06 12:54:14 -08:00
parent edc132efce
commit a5f618ef33

View file

@ -16,5 +16,6 @@
this.collisionWithEntity = function(myID, otherID, collisionInfo) {
Entities.editEntity(myID, { color: { red: getRandomInt(128,255), green: getRandomInt(128,255), blue: getRandomInt(128,255)} });
print("collisionWithEntity() myID:" + myID + ", otherID:" + otherID);
};
})