Skip to content

Commit

Permalink
Abbréviation du commentaire du créateur original de MouseCamera
Browse files Browse the repository at this point in the history
  • Loading branch information
FHomps committed Dec 27, 2018
1 parent 1d34a84 commit ff4a014
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions ReViVD_unity_project/Assets/MouseCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff4a014

Please sign in to comment.