mzx16822 6 년 전
부모
커밋
2a91db0e5c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      public/h5/datigame/index.html

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

@@ -201,8 +201,7 @@ function animation() {
   ctx.globalCompositeOperation = 'source-over';
   ctx.globalAlpha = 0.8;
   ctx.fillStyle = 'rgb(39,48,123)';
-  ctx.fillRect(0, 0, w, h)
-
+  ctx.fillRect(0, 0, w, h);
   ctx.globalCompositeOperation = 'lighter';
   for (var i = 1, l = stars.length; i < l; i++) {
     stars[i].draw();