mzx16822 il y a 6 ans
Parent
commit
378906d9b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/h5/datigame/index.html

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

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