Updated Collision.md (markdown)
commited
commit
d5af5b7815bd7dab50040577d4a85ab7d13e570b
... | ... | @@ -2,6 +2,7 @@ Checks the collision properties of the input object. |
2 | 2 | |
3 | 3 | Input: |
4 | 4 | - 1st Object: The object that will send the collision data to this script. |
5 | ||
5 | 6 | Output: |
6 | 7 | - Collided: Triggers when the input object collides with another object, including the floor. |
7 | 8 | - 2nd Object: The object that the input object collided with. It outputs "None" if collided with the floor. |