diff --git a/index.js b/index.js index b34acb3..7971e09 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ ], _COS = [1,0,-1,0], _SIN = [0,1,0,-1], - _COLOR = ['#F00','#F60','#3C6','#69F'], + _COLOR = ['#F00','#F93','#0CF','#F9C'],//红,橙, _LIFE = 3, _SCORE = 0; //得分 @@ -59,7 +59,7 @@ height:100, frames:10, draw:function(context){ - context.fillStyle = '#FC3'; + context.fillStyle = '#FFE600'; context.beginPath(); if(this.times%2){ context.arc(this.x,this.y,this.width/2,.20*Math.PI,1.80*Math.PI,false); @@ -232,7 +232,7 @@ for(var i=0; i