2026-04-23 클리어 효과

This commit is contained in:
2026-04-23 17:46:12 +09:00
parent 3c2b4e68e9
commit 76ce1448a4
1692 changed files with 56311 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
using TMPro;
using UnityEngine;
public class ClearPanel : MonoBehaviour
{
[SerializeField] private GameObject _root;
[SerializeField] private ParticleSystem _clearVFX;
[SerializeField] private TextMeshProEffect _clearVFXText;
public void OpenClear()
{
_root.SetActive(true);
_clearVFX.Play();
_clearVFXText.Play();
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: a93f6b6955820e64eabd1db651d26e25