Commit 61ee0570 authored by lrh's avatar lrh

蒲: 脚本修改

parent 67047203
......@@ -26,7 +26,7 @@ public class BombControl : MonoBehaviour
private void OnCollisionEnter(Collision collision)
{
Instantiate(Expre,this.transform.position,Quaternion.identity);
Instantiate(Expre,this.transform.position,Quaternion.Euler( new Vector3(-90,0,0)));
rigidbody = this.GetComponent<Rigidbody>();
if (collision.gameObject.tag=="box")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment