Slide 21
Slide 21 text
shapes = {
standalone: [ true, true ],
top: [ true, false ],
top_dark: [ true, false ],
bottom: [ false, true ],
middle: [ false, false ]
}
modes = {
resting: WHITE,
pressed: pressed(WHITE),
focused: ChunkyPNG::Color.rgb(193, 232, 247)
}