Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	Assets/SnakeGame/Scripts/InputController.cs
  • Loading branch information
Pristar4 committed Jul 4, 2023
2 parents 2f9e54a + 3bc2975 commit 9cbfcf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/SnakeGame/Scripts/InputController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public static Vector2Int HandleInput(Vector2Int currentDirection, InputSchemer i
nextDirection = right;
}


return nextDirection;
}
}
Expand Down

0 comments on commit 9cbfcf8

Please sign in to comment.