hover -> selected

master
nixo 2021-01-05 21:03:34 +01:00
parent 6691d6cc9e
commit c0cb281029
1 changed files with 2 additions and 2 deletions

View File

@ -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