Skip to content
Snippets Groups Projects

Spritok alkalmazasa uni 40

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -32,7 +32,7 @@ public class BackgroundRoller : MonoBehaviour
if (currentSprite >= bgSprites.Count - 1)
{
currentSprite = -1; //never do this at home kids
currentSprite = 0; //never do this at home kids
}
//if there are sprites left & we are over half the height, we instantiate another sprite at the top
Loading