mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-17 04:40:48 -07:00
colors and stuff
This commit is contained in:
parent
571c8e9342
commit
bc5f82e960
2 changed files with 9 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue