hover -> selected
This commit is contained in:
parent
6691d6cc9e
commit
c0cb281029
4
run.scm
4
run.scm
|
@ -20,7 +20,7 @@
|
|||
(font (load-font "JuliaMono.ttf" 18))
|
||||
(colors
|
||||
`((none . ,(make-color 80 225 100 255))
|
||||
(hover . ,(make-color 255 0 0 255))
|
||||
(selected . ,(make-color 255 0 0 255))
|
||||
(pressed . ,(make-color 0 0 255 255))))
|
||||
(textures
|
||||
`((none . ,texture)
|
||||
|
@ -30,7 +30,7 @@
|
|||
(pressed . ,radio-selected)))
|
||||
(textures-button
|
||||
`((none . ,simple)
|
||||
(hover . ,simple-hover)
|
||||
(selected . ,simple-hover)
|
||||
(pressed . ,simple-pressed)))
|
||||
(checkbox-button
|
||||
(make-button (s32vector 0 0) "" 0 font textures
|
||||
|
|
Loading…
Reference in New Issue