摘要:
从 2021 年 8 月 13 日开始,在 GitHub.com 上执行 Git 操作时,不再接受以账户密码的形式完成身份验证,改用token $ git clone https://github.com/username/repo.git Username: your_username Passw 阅读全文
posted @ 2021-09-14 23:57
gao1996
阅读(357)
评论(0)
推荐(0)
摘要:
主要思路就是禁用当前的collider void OnTriggerEnter2D(Collider2D col) { if (col.tag == "cherry") { col.gameObject.GetComponent<BoxCollider2D>().enabled = false; D 阅读全文
posted @ 2021-09-14 21:57
gao1996
阅读(1853)
评论(0)
推荐(0)

浙公网安备 33010602011771号