View difference between Paste ID: 8va7BQ1v and 5CrezjWK
SHOW: | | - or go back to the newest paste.
1-
//****** Donations are greatly appreciated.  ******
1+
2-
//****** You can donate directly to Jesse through paypal at  https://www.paypal.me/JEtzler   ******
2+
3
4
function FixedUpdate() {
5
6
	var offset = Time.time * scrollSpeed;
7
	var offset2 = Time.time * scrollSpeed2;
8
	renderer.material.mainTextureOffset = Vector2 (offset2,-offset);
9
}