Updated Joystick & Button.md (markdown)
commited
commit
275b1d5b27996a62b67f3114a8199738e39ba83b
... | ... | @@ -1,7 +1,7 @@ |
1 | 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 | 2 | |
3 | 3 | # Joystick |
4 | Adds a joystick display, unlike most of the blocks in **Control** tab, Joystick doesn't have any execution (yellow) output wire |
|
4 | Adds joystick/s in the screen , unlike most of the blocks in **Control** tab, Joystick doesn't have any execution (yellow) output wire |
|
5 | 5 | |
6 | 6 | [[Uploads/Joystick.jpg]] |
7 | 7 | |
... | ... | @@ -19,10 +19,18 @@ Adds a joystick display, unlike most of the blocks in **Control** tab, Joystick |
19 | 19 | |
20 | 20 | |
21 | 21 | # Button |
22 | Adds button/s in the screen. |
|
22 | 23 | |
23 | 24 | [[Uploads/Button.jpg]] |
24 | 25 | |
25 | 26 | ## Details |
26 | 27 | |
28 | #### Output : |
|
29 | \- Button: Executes when the button display is pressed |
|
30 | ||
31 | #### Settings : |
|
32 | \- Display: Changes wheter the buttons should be displayed as buttons or arrows: |
|
33 | * Button - displays the button as a circular button |
|
34 | * Direction - displays the button as a directional arrow (up, down, right, left respectively) |
|
27 | 35 | |
28 | 36 | # Advanced Techniques |
... | ... | \ No newline at end of file |