mzx16822 пре 6 година
родитељ
комит
28c2a0598a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/h5/datigame/index.html

+ 1 - 1
public/h5/datigame/index.html

@@ -199,7 +199,7 @@ for (var i = 0; i < maxStars; i++) {
 
 function animation() {
   ctx.globalCompositeOperation = 'source-over';
-  ctx.globalAlpha = 0.8;
+ // ctx.globalAlpha =1;
   ctx.fillStyle = 'rgb(39,48,123)';
   ctx.fillRect(0, 0, w, h);
   ctx.globalCompositeOperation = 'lighter';