colors and stuff

This commit is contained in:
Jeffrey Sun 2016-12-15 16:30:59 -08:00
parent 571c8e9342
commit bc5f82e960
2 changed files with 9 additions and 12 deletions

View file

@ -75,7 +75,12 @@ var Fox = function (IMG_WIDTH, IMG_HEIGHT) {
return {
canvas: {
height: IMG_HEIGHT,
width: IMG_WIDTH
width: IMG_WIDTH,
color: hsl(
chance.integer({min:120, max:320}),
chance.integer({min:50, max:60}),
chance.integer({min:30, max:50})
)
},
head: {
origin: origin,