Every morning and when possible at lunch, I will spend 30 minute to an hour looking into unity and scripting.
if(Input.GetKey (KeyCode.A)&&Input.GetKey (KeyCode.W) ) { GetComponent<Rigidbody2D>().velocity = new Vector2 (-speedForce, speedForce); }
No comments:
Post a Comment