Marc Tanenbaum

Results 2 issues of Marc Tanenbaum

- Added a state-driven camera, so instead of a single follow cam, we vary distance based on engine speed, giving the camera a slightly more natural feel of pulling away...

This commit... https://github.com/highcharts/export-csv/commit/2210b5d7929b825160f289b62650abda53277ed8 ...seems to break export-csv for me. Maybe I'm being an idiot? ``` if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts);...