张延森 3 anni fa
parent
commit
69736ceca6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/pages/game/algorithm/index.js

+ 1
- 1
src/pages/game/algorithm/index.js Vedi File

8
 import drawBullets from './bullet';
8
 import drawBullets from './bullet';
9
 import { drawCounter } from './counter';
9
 import { drawCounter } from './counter';
10
 
10
 
11
-export default ({ el, center, rotateSpeed = 2, speed = -360 }) => {
11
+export default ({ el, center, rotateSpeed = 1.6, speed = -360 }) => {
12
     
12
     
13
   // 修复一个单页面应用, 不能重复加载图片的bug
13
   // 修复一个单页面应用, 不能重复加载图片的bug
14
   Two.Texture.ImageRegistry = new Two.Registry();
14
   Two.Texture.ImageRegistry = new Two.Registry();