body.velocity = Vector2.zero; if (Input.GetKey(KeyCode.DownArrow)) { body.velocity = new Vector2(body.velocity.x, body.velocity.y - speed * Time.deltaTime); }
確定! 回上一頁