forked from jana/hanoigame
Merge pull request 'Better color choices' (#1) from computerdruid/hanoigame:push-oxqrmowvprlq into main
Reviewed-on: jana/hanoigame#1
This commit is contained in:
commit
48e963e723
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl Display for Ring {
|
||||||
|
|
||||||
let num = self.0.get() - 1;
|
let num = self.0.get() - 1;
|
||||||
for _ in 0..num {
|
for _ in 0..num {
|
||||||
initial_hue += 80.0;
|
initial_hue += 65.0;
|
||||||
initial_chroma += 0.8;
|
initial_chroma += 0.8;
|
||||||
if initial_chroma > 1.0 {
|
if initial_chroma > 1.0 {
|
||||||
initial_chroma -= 1.0;
|
initial_chroma -= 1.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue