Making gravity and camera speed independent from framerate

@GedasFX, for your reference: FPS affects game speed (Framerate independence)?

You may want to introduce a delta time variable (that stores the time difference between two frames) and then multiplying that delta time with anything that shouldn’t be framerate-dependent (e.g. gravity)