2026-06-02 사운드 추가

This commit is contained in:
nj
2026-06-02 16:33:42 +09:00
parent 2a1b1ff0dc
commit aa5783ae05
382 changed files with 5655 additions and 52 deletions

View File

@@ -18,8 +18,6 @@ private void OnTriggerStay2D(Collider2D other)
{
if((_blockLayer.value & (1 << other.gameObject.layer)) > 0)
{
Debug.Log("aaaaaaa");
Destroy(gameObject);
}