Tweaked settings and converted client speed to float so its smoother and more natural

This commit is contained in:
2023-01-09 09:47:10 +01:00
parent 99aca49290
commit 1ba25e36da
3 changed files with 27 additions and 18 deletions
+2 -2
View File
@@ -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
{