Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VIKszpedisön
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
VIKszpedisön
Merge requests
!35
Spritok alkalmazasa uni 40
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Spritok alkalmazasa uni 40
Spritok_Alkalmazasa_UNI_40
into
master
Overview
0
Commits
9
Pipelines
0
Changes
1
Merged
Spritok alkalmazasa uni 40
czanikbalint
requested to merge
Spritok_Alkalmazasa_UNI_40
into
master
Aug 14, 2021
Overview
0
Commits
9
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
d79538c6
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d79538c6
Merge branch 'Moving_bg' into Spritok_Alkalmazasa_UNI_40
· d79538c6
benxidosz
authored
Aug 14, 2021
Assets/Scripts/Camera/BackgroundRoller.cs
+
1
−
1
View file @ d79538c6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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