adjust hashbadge ranges

feat/vaults
Tomáš Mládek 2021-12-21 23:09:36 +01:00
parent 0d30465f32
commit ec3a0fe529
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
return;
}
const hueRange = 60;
const hueCenter = 90 + bytes.length * 3;
const hueRange = 120;
const hueCenter = 90 + bytes.length * 2.5;
let idx = 0;
function draw() {