Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md

Update README.md
  • Loading branch information
koerismo committed Oct 2, 2022
1 parent 6d50d24 commit 5adfb6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# p5.buttons (v2)
![p5.buttons icon](https://github.com/koerismo/p5.buttons/blob/master/p5buttons.png?raw=true)
# p5.buttons (2022)
![p5.buttons icon](https://github.com/koerismo/p5.buttons/blob/new/p5buttons.png?raw=true)

### Table of Contents
* [Quickstart](#Quickstart)
Expand Down Expand Up @@ -66,7 +66,7 @@ function draw() {
| style.color | the text color of the button | "#111" |
| style.background | the background color of the button | "#eee" |
| style.text_size | the font size of the button text | 12 |
| style.text_font | the font family of the button text | 'sans-serif' |
| style.text_font | the font family of the button text | "sans-serif" |
| style.border_width | the width of the border. Set to zero to disable. | 0 |
| style.border_color | the color of the border | "" |
| style.border_radius | the radius in pixels to round the button | 5 |

0 comments on commit 5adfb6d

Please sign in to comment.