zy-asrs-flow/src/pages/map/player.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/player.js
@@ -228,12 +228,12 @@ const starTexture = PIXI.Texture.from(star); const starAmount = 500; const starAmount = 300; let cameraZ = 0; const fov = 20; const baseSpeed = 0.025; let speed = 0; let warpSpeed = 0; let warpSpeed = 1; const starStretch = 5; const starBaseSize = 0.05; @@ -248,7 +248,7 @@ }; star.sprite.anchor.x = 0.5; star.sprite.anchor.y = 0.7; star.sprite.tint = 0x000000; // 应用一个黑色滤镜 star.sprite.tint = 0x8395a7; // filter randomizeStar(star, true); this.starryContainer.addChild(star.sprite); stars.push(star);