Created Joystick & Button (markdown)
commited
commit
087e55e8376aab39151328ed9aac0d724e16909a
... | ... | @@ -0,0 +1,19 @@ |
1 | 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 |
|
2 | ||
3 | # Joystick |
|
4 | W.I.P. Adds a joystick display, unlike most of the blocks in **Control** tab, Joystick doesn't have any execution(yellow) output wire |
|
5 | ||
6 | #### Output |
|
7 | Joy Dir: (Joystick Direction) Outputs joystick movement's direction |
|
8 | ||
9 | #### Settings |
|
10 | Direction: Most useful when [[perspective]] is active, changes the direction "Joy Dir" outputs: |
|
11 | 14 |
|
12 | * XZ - Outputs XZ vector values perpendicular to screen (Assuming that the screen is facing straight to a certain axis) |
|
13 | 15 |
|
14 | * Screen - Similar to XZ option but instead outputs XY vector values |
|
15 | ||
16 | #### Details |
|
17 | W.I.P. |
|
18 | ||
19 | # Button |
|
... | ... | \ No newline at end of file |