sane default scroll speed

This commit is contained in:
Caleb Anderson
2010-10-07 21:01:36 -05:00
committed by Chris Forbes
parent 9762b540b0
commit 0c24a08436

View File

@@ -69,7 +69,7 @@ namespace OpenRA.GameRules
// Behaviour settings
public bool ViewportEdgeScroll = true;
public bool InverseDragScroll = false;
public float ViewportEdgeScrollStep = 0.1f; // 0.1f equals 10 - Gecko
public float ViewportEdgeScrollStep = 10f;
// Internal game settings
public int Timestep = 40;