From dfeab99f82ff19bd656cf7e103612bab6b1c3095 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 06 三月 2024 13:10:06 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/player.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/player.js b/zy-asrs-flow/src/pages/map/player.js
index 6f2ffd0..995da29 100644
--- a/zy-asrs-flow/src/pages/map/player.js
+++ b/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);

--
Gitblit v1.9.1