Added collision examples
commited
commit
fb25bba362028594030394c822143f28e4eb1110
... | ... | @@ -6,4 +6,14 @@ |
6 | 6 | |
7 | 7 | **Normal:** Outputs the direction of the impact from the object that the input object collided with. |
8 | 8 | |
9 | [[/uploads/Collision.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Collision.png]] |
|
1 | ||
2 | ## Examples |
|
3 | ||
4 | The script below causes you to win if the two physics boxes collide with each other. |
|
5 | ||
6 | [[/uploads/c1.png]] |
|
7 | ||
8 | Because the ground counts as "None", the script below causes you to lose if the sphere touches the ground. |
|
9 | ||
10 | [[/uploads/c2.png]] |
|
... | ... | \ No newline at end of file |