This commit is contained in:
SoulliesOfficial
2026-05-27 15:15:28 -04:00
parent 76f498ae2b
commit 72756712f7
669 changed files with 5361 additions and 12268 deletions

View File

@@ -166,6 +166,8 @@ namespace Cielonos.MainGame.Characters
public void SpawnShatters(Breakthrough.Type type, Vector3 direction)
{
if(particleEffects["Shatters"] == null) return;
Color shatterColor = MainGameManager.BaseCollection.outlineColorCollection[type] * Mathf.Pow(2, 4);
var main = particleEffects["Shatters"].main;
main.startColor = shatterColor;