Made title bg more teal.
This commit is contained in:
parent
acb8ce7359
commit
d474fa8687
4
cat.html
4
cat.html
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue