-Renamed some variables with the convention: PascalCase for public members, camelCase for private members.
-Made FOV increase with speed, and exposed settings for this in editor.
-Made camera move in front of movement, based on horizontal speed.
👇 Click on the image for a new way to code review
- Make big changes easier — review code in small groups of related files
- Know where to start — see the whole change at a glance
- Take a code tour — explore the change with an interactive tour
- Make comments and review — all fully sync’ed with github
[Try it now!](https://app.codesee.io/r/reviews?pr=15&src=https%3A%2F%2Fgithub.com%2FIsotopicIO%2Fiso-space-game)
-Renamed some variables with the convention: PascalCase for public members, camelCase for private members. -Made FOV increase with speed, and exposed settings for this in editor. -Made camera move in front of movement, based on horizontal speed.