Revert "Merge pull request '리듬게임' (#5) from CatsRhythmGame into main"
This reverts commit58385bf819, reversing changes made to8369e2ab51.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class RhythmCat : MonoBehaviour
|
||||
{
|
||||
Animator anim;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
anim = GetComponent<Animator>();
|
||||
}
|
||||
|
||||
public void Dance(float delay)
|
||||
{
|
||||
_ = Util.RunDelayed(delay,()=>{anim.SetBool("Dance",true);},this.destroyCancellationToken);
|
||||
}
|
||||
|
||||
public void DanceStop()
|
||||
{
|
||||
anim.SetBool("Dance",false);
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c9cd0b46988c9bf4f927ad5d9cb2f5ed
|
||||
Reference in New Issue
Block a user