Updated How to make the player win when it reaches a certain height?.md (markdown)
commited
commit
11224c0e10cf7c210867157ff2bd38eb90563be5
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | The red circle represents the player. |
2 | 2 | The green circle represents the height needed to win. |
3 | 3 | |
4 | For top-down 2D games, use the Z output on the [[Break Vector]] instead of the Y output. Z is height in top down 2D, Y is height in 3D games or side view 2D. |
|
4 | For top-down 2D games, use the Z output on the [[Break Vector]] instead of the Y output. Z is height in top down 2D, Y is height in 3D or side view 2D. |
|
5 | 5 | |
6 | 6 | [[/uploads/image02.png]] |
... | ... | \ No newline at end of file |