STYLE = {
color:series(yellow, orange),
delayPick:true
}
const buttons = new Tile(new Button(), 2,1, 60,0)
.sca(.6)
.pos(0, 28, CENTER, BOTTOM)
STYLE = {}
backgroundColor works fine... hmmm.
Okay - backgroundColor does not quite work either - it looked like it for two colors but with more, it is being messed up when rolling... it is using the color again for the auto color maybe.
Yes... that is it. If we set a rollBackgroundColor specifically, it works.
I think something like that is happening with color now. We got it almost working by not cloning the label if there is a ZIM VEE color but it is skipping colors for some reason... so must be getting called more than once as the button is created.
leaving this for now as in the middle of other things... but here is the thought on Button.
// TODO - can't set Button backgroundColor to color etc as it is calling a ZIM VEE activation on it
// so somehow zik the color then set the backgroundColor... but will that mess up the oa?
// get styles but leave final value null - then do oa - then apply matching defaults
// but maybe same with rollColor and downColor