Otptimised checkout behaviours
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Caisses
|
||||
//Position = new Point(Random.Next(0, 100), Random.Next(0, 100));
|
||||
Speed = new PointF(NextFloat(MIN_CLIENT_SPEED, MAX_CLIENT_SPEED), NextFloat(MIN_CLIENT_SPEED, MAX_CLIENT_SPEED));
|
||||
Color = Color.FromArgb(ShoppingTime * 2, 0, 0);
|
||||
int clientWidth = Random.Next(20, 30);
|
||||
int clientWidth = Random.Next(25, 30);
|
||||
Size = new Size(clientWidth, clientWidth);
|
||||
}
|
||||
static float NextFloat(float min, float max)
|
||||
|
||||
Reference in New Issue
Block a user