// Start is called before the first frame update void Start() { BackgroundScroller = this; spawnmanager = GameObject.Find("SpawnManager").GetComponent <SpawnManager>(); }
void Start() { current = this; theRenderer = GetComponent <Renderer>(); }