TO SQUASH: Added spark effect to game over screen.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Spark : MonoBehaviour
|
||||
{
|
||||
public void AnimationFinished()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 52855152b4d292bf982eb8fb625516a6
|
||||
Reference in New Issue
Block a user