forked from jana/hanoigame
Better color choices
This commit is contained in:
parent
1e3fca6f51
commit
db22d1912e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl Display for Ring {
|
|||
|
||||
let num = self.0.get() - 1;
|
||||
for _ in 0..num {
|
||||
initial_hue += 80.0;
|
||||
initial_hue += 65.0;
|
||||
initial_chroma += 0.8;
|
||||
if initial_chroma > 1.0 {
|
||||
initial_chroma -= 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue