막판에 모든 패 사라질 때 싹쓸이가 나오면서 다음판이 시작되어도 계속 싹쓸이 이펙트가 남아있는 현상 발생됨
This commit is contained in:
parent
ebc614d372
commit
1a1700adc9
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,7 @@
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class ObjOff : MonoBehaviour
|
||||||
|
{
|
||||||
|
private void OnEnable() { Invoke("Off", 1.5f); }
|
||||||
|
void Off() { gameObject.SetActive(false); }
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 71182d4f46b120048b0b05c13189fcf3
|
||||||
Loading…
Reference in New Issue