feat: add fill for enemy bodies

This commit is contained in:
2026-06-25 09:16:29 +05:00
parent 5489c0f8d5
commit c2de374aea
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ const CONFIG = {
projectileTrailAlpha: 0.6,
projectileCircleAlpha: 0.5,
enemyPulseRate: 0.05,
enemyAlphaBase: 0.7,
enemyAlphaRange: 0.3,
enemyAlphaBase: 1.0,
enemyAlphaRange: 0.0,
enemyGlowPulse: 5,
particleDecayBase: 0.02,
particleDecayRange: 0.03,