Made title bg more teal.

This commit is contained in:
rob 2016-08-26 13:38:53 +00:00
parent acb8ce7359
commit d474fa8687
1 changed files with 3 additions and 1 deletions

View File

@ -1863,6 +1863,8 @@ console.log("lev " + lev + " newwid " + newwid + " ratio " + ratio);
var gradient,x,y,off;
var catscale,catsize,catspeed;
var wantalpha,alphaspeed;
var titlebg = "#008c8c";
var origtitlebg = "#005051";
// background
/*
gradient = this.context.createLinearGradient(0, 0, 0, SCREENH);
@ -1871,7 +1873,7 @@ console.log("lev " + lev + " newwid " + newwid + " ratio " + ratio);
this.context.fillStyle = gradient;
*/
this.context.fillStyle = "#005051";
this.context.fillStyle = titlebg;
this.context.fillRect(0, 0, SCREENW, SCREENH);
// moving cats