Skip to content
Snippets Groups Projects
Commit 35ff363c authored by Erno Lokkila's avatar Erno Lokkila
Browse files

removed debug from mover

parent ebb23c65
Branches master
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ public class CollectorMover : MonoBehaviour
float angle = Mathf.Atan2(dir.y, dir.x) * Mathf.Rad2Deg;
angle += 22.5f;
Debug.Log(angle);
Destroy(go);
SpriteRenderer rd = gameObject.GetComponent<SpriteRenderer>();
if(angle > -180 && angle < -135f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment