diff --git a/ReViVD_unity_project/Assets/MouseCamera.cs b/ReViVD_unity_project/Assets/MouseCamera.cs index 17c1b05..27a031f 100644 --- a/ReViVD_unity_project/Assets/MouseCamera.cs +++ b/ReViVD_unity_project/Assets/MouseCamera.cs @@ -5,13 +5,9 @@ public class MouseCamera : MonoBehaviour { /* - Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care. - Converted to C# 27-02-13 - no credit wanted. - Simple flycam I made, since I couldn't find any others made public. - Made simple to use (drag and drop, done) for regular keyboard layout - wasd : basic movement - shift : Makes camera accelerate - space : Moves camera on X and Z axis only. So camera doesn't gain any height*/ + Original code by Windexglow 11-13-10 + Debugged by the ReViVD team 2018 + */ public float mainSpeed = 50.0f; //regular speed