소스 검색

Add more particles

Fszontagh 9 달 전
부모
커밋
afe5a6e1b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/game/components/bubble.dart

+ 1 - 1
lib/game/components/bubble.dart

@@ -335,7 +335,7 @@ class Bubble extends SpriteComponent with HasGameReference, TapCallbacks, Collis
 
   void _createExcitingPopParticles() {
     final random = Random();
-    const particleCount = 4; // Further reduced for better performance
+    const particleCount = 12; // Further reduced for better performance
     
     // Use object pooling approach - create fewer, simpler particles
     for (int i = 0; i < particleCount; i++) {