Updated Joystick & Button.md (markdown)
commited
commit
5e816765281b3c56095d481ed099b0c72ffb976c
... | ... | @@ -4,7 +4,16 @@ |
4 | 4 | Joystick and Button Shares the same limit, there are only 4 points in this limit, Button consumes 1 point each and joystick consumes 2 points, at max you can have 1 joystick + 2 buttons, 2 joysticks, or 4 buttons |
5 | 5 | |
6 | 6 | # Joystick |
7 | W.I.P. |
|
7 | Adds a joystick display, unlike most of the blocks in **Control** tab, Joystick doesn't have any execution(yellow) output wire |
|
8 | ||
9 | #### Output |
|
10 | Joy Dir: (Joystick Direction) Outputs joystick movement's direction |
|
11 | ||
12 | #### Settings |
|
13 | Direction: Most useful when [[perspective]] is active, changes the direction "Joy Dir" outputs: |
|
14 | * XZ - Outputs XZ vector values perpendicular to screen (Assuming that the screen is facing straight to a certain axis) |
|
15 | * Screen - Similar to XZ option but instead outputs XY vector values |
|
16 | ||
8 | 17 | #### Details |
9 | 18 | W.I.P. |
10 | 19 | # Button |