BeatSaberMarkupLanguage
BeatSaberMarkupLanguage copied to clipboard
Clickable image returning to white after hovering
the following bsml code makes a download button in the top-right corner of its container
<clickable-image src='#FullCircle128' image-color='#EEE5' ignore-layout='true' size-delta='12' anchor-min='1 1' anchor-max='1 1' anchored-position='-8 -8'>
<image src='#DownloadIcon' local-scale='0.4' anchored-position='0 1'/>
</clickable-image>
the problem is the background clickable image goes white after hovering over it, i would expect it to return to being #EEE5