Added 120Fps Support
This commit is contained in:
@@ -9,8 +9,8 @@ namespace Caisses
|
||||
{
|
||||
public class GraphicalClient : Client
|
||||
{
|
||||
const int MAX_CLIENT_SPEED = 5;
|
||||
const int MIN_CLIENT_SPEED = -5;
|
||||
const float MAX_CLIENT_SPEED = 2.5f; //5 At 60FPS
|
||||
const float MIN_CLIENT_SPEED = -2.5f; //-5 At 60FPS
|
||||
|
||||
private PointF _speed;
|
||||
private PointF _position;
|
||||
|
||||
Reference in New Issue
Block a user