TO SQUASH: A lot of things.
This commit is contained in:
@@ -14,6 +14,8 @@ public class BallBase : MonoBehaviour
|
||||
|
||||
protected Vector2 speed;
|
||||
|
||||
protected bool affectedByMagnet = true;
|
||||
|
||||
void OnTriggerEnter2D(Collider2D other)
|
||||
{
|
||||
if(other.gameObject.CompareTag("Bar"))
|
||||
|
||||
Reference in New Issue
Block a user