TO SQUASH: Added spark effect to game over screen.

This commit is contained in:
2026-08-04 21:53:25 -04:00
parent 7fcbd5a38a
commit f1a2229774
12 changed files with 455 additions and 123 deletions
+9
View File
@@ -0,0 +1,9 @@
using UnityEngine;
public class Spark : MonoBehaviour
{
public void AnimationFinished()
{
Destroy(gameObject);
}
}
+2
View File
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 52855152b4d292bf982eb8fb625516a6