林旭祥 hai 1 semana
pai
achega
f7de997d8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/game/components/football.vue

+ 1 - 1
src/views/game/components/football.vue

@@ -400,7 +400,7 @@ class GameScene extends Phaser.Scene {
     // 重新开始生成障碍物和计时
     this.startSpawning();
     this.timer = this.time.addEvent({
-      delay: 50,
+      delay: 200,
       callback: () => {
         this.score++;
         this.updateScore();