Tweaked settings and converted client speed to float so its smoother and more natural
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ namespace Caisses
|
||||
{
|
||||
public class Client
|
||||
{
|
||||
public const int MAX_SHOPPING_TIME = 100; //Original 100
|
||||
public const int MIN_SHOPPING_TIME = 10; //Original 10
|
||||
public const int MAX_SHOPPING_TIME = 70; //Original 100
|
||||
public const int MIN_SHOPPING_TIME = 5; //Original 10
|
||||
|
||||
public enum ClientState
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user