Skip to content

Commit

Permalink
J'ai changé des trucs il me semble. Vu qu'ils sont inclus dans le bui…
Browse files Browse the repository at this point in the history
…ld, je les push
  • Loading branch information
LucasBeltrame committed May 1, 2016
1 parent 7364f5c commit 421fe41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified Assets/Scenes/Level1.unity
Binary file not shown.
1 change: 1 addition & 0 deletions Assets/Scripts/Lumberjack/LumberjackMovement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void Update ()

movex *= speed;
body.velocity = new Vector2(movex, body.velocity.y);

if (moveBackground)
{
background.GetComponent<FreeParallax>().Speed = movex * -1.0f;
Expand Down

0 comments on commit 421fe41

Please sign in to comment.