Changed it so the script goes on the projectile not the player

main
thoopchuk26 4 years ago
parent 4f576b5c79
commit 06db6b9fde

@ -4,8 +4,8 @@ using UnityEngine;
public class paintShoot : MonoBehaviour
{
public Rigidbody2D paintBlob;
private GameObject player;
private Rigidbody2D paintBlob;
public GameObject player;
// Start is called before the first frame update
void Start()

Loading…
Cancel
Save