mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Use OkHSV for rainbow labels.
This commit is contained in:
parent
7a0ab9d561
commit
ea6fbd6687
4 changed files with 24 additions and 3 deletions
|
|
@ -454,8 +454,8 @@ private:
|
|||
};
|
||||
|
||||
struct ItemRainbow : public ItemFX {
|
||||
float saturation = 0.8f;
|
||||
float value = 0.8f;
|
||||
float saturation = 0.9f;
|
||||
float value = 1.0f;
|
||||
float frequency = 1.0f;
|
||||
float speed = 1.0f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue