Skip to content
Snippets Groups Projects
Commit d79538c6 authored by benxidosz's avatar benxidosz
Browse files

Merge branch 'Moving_bg' into Spritok_Alkalmazasa_UNI_40

parents 7dc2fae5 01576b7f
Branches
No related tags found
1 merge request!35Spritok alkalmazasa uni 40
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment