Updated Joystick & Button.md (markdown)
commited
commit
d17a94351ac77f608d35b6f453c734343ed9417b
... | ... | @@ -33,7 +33,11 @@ Adds button/s in the screen. |
33 | 33 | * Button - displays the button as a circular button |
34 | 34 | * Direction - displays the button as a directional arrow |
35 | 35 | |
36 | The first directional button will always be left, the second will always be right, then up, then down. |
|
36 | Setting the display to "Direction" mode results in following : |
|
37 | - 1 button - button is displayed as arrow pointing up |
|
38 | - 2 buttons - buttons are displayed as arrows facing left and right respectively |
|
39 | - 3 buttons - buttons are displayed as arrows facing left , right and up respectively |
|
40 | - 4 buttons - buttons are displayed as arrows facing left , right , down and up respectively |
|
37 | 41 | |
38 | 42 | # Advanced Techniques |
39 | 43 | W.I.P. |
... | ... | \ No newline at end of file |