mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 08:51:09 +02:00
include debug log in collision example
This commit is contained in:
parent
edc132efce
commit
a5f618ef33
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
})
|
Loading…
Reference in a new issue