py,st3m: ScrollController: Call physics with fixed time steps
_physics_step behaves non-linearly. Instead of trying to fix it in complex ways, simply call it with a fixed time step as many times as necessary, making its behaviour deterministic regardless of delta_ms values.