mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 05:57:57 +01:00
setSwitch now enabled
This commit is contained in:
parent
abab5725aa
commit
7886fc05d4
@ -25,7 +25,7 @@ void setup() {
|
|||||||
.setFont(createFont("fontawesome-webfont.ttf", 40))
|
.setFont(createFont("fontawesome-webfont.ttf", 40))
|
||||||
.setFontIcons(#00f205,#00f204)
|
.setFontIcons(#00f205,#00f204)
|
||||||
//.setScale(0.9,1)
|
//.setScale(0.9,1)
|
||||||
//.setSwitch(true)
|
.setSwitch(true)
|
||||||
.setColorBackground(color(255,100))
|
.setColorBackground(color(255,100))
|
||||||
.hideBackground()
|
.hideBackground()
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user