Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@hakui @Flick @b3f585f3e038f1dccdfaf2d7a1449a418605c392cd33ba7f137bca24842f5f90 @p @phnt I'm making a ring menu, and although I'll put icons in the slots later (probably), in the meantime I'm just colouring each slice.
I want it to only display as many slices as it has, and that's relatively straightforward if I give it a list of colours, but that implies a cap. I wonder how I could make it go to arbitrary precision...
...
Technically I only need two colours. Maybe I will just loop through them as much as I need.