|
@@ -8,7 +8,7 @@ import { drawPedestal } from './pedestal';
|
8
|
8
|
import drawBullets from './bullet';
|
9
|
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
|
13
|
// 修复一个单页面应用, 不能重复加载图片的bug
|
14
|
14
|
Two.Texture.ImageRegistry = new Two.Registry();
|