added rewards for level completion

This commit is contained in:
landgreen
2020-09-09 05:47:17 -07:00
parent 8ce7f684c8
commit 1b522551ce
7 changed files with 20 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ const mech = {
light: 100,
},
setFillColors() {
console.log(mech.color)
// console.log(mech.color)
this.fillColor = `hsl(${mech.color.hue},${mech.color.sat}%,${mech.color.light}%)`
this.fillColorDark = `hsl(${mech.color.hue},${mech.color.sat}%,${mech.color.light-20}%)`
},