Ajout + de chaises / clients

This commit is contained in:
Antoine H 2021-01-04 14:09:46 +01:00
parent 81dfbfaa57
commit 772a7b665f
3 changed files with 662 additions and 42 deletions

View file

@ -6,7 +6,7 @@ using UnityEditor;
//Define the system managing the clients. (Singleton)
public sealed class ClientManager : MonoBehaviour
{
int nbMaxClients = 3;
int nbMaxClients = 10;
bool clientSpawnReady = false;
float clientSpawnTimer = 0.5f; //Intial time before first spawn (pseudo-random after that)
float maxTimeNewClients = 10.0f;