remove bot limit entirely #3
@ -1009,9 +1009,6 @@ public class Game : MonoBehaviour
 | 
				
			|||||||
	[HideInInspector]
 | 
						[HideInInspector]
 | 
				
			||||||
	public float fps;
 | 
						public float fps;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	[NonSerialized]
 | 
					 | 
				
			||||||
	public const int maxBots = 25;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	public Game()
 | 
						public Game()
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		whirldIn = new WhirldIn();
 | 
							whirldIn = new WhirldIn();
 | 
				
			||||||
 | 
				
			|||||||
@ -1127,16 +1127,13 @@ public class Settings : MonoBehaviour
 | 
				
			|||||||
				}
 | 
									}
 | 
				
			||||||
				GUILayout.Space(10f);
 | 
									GUILayout.Space(10f);
 | 
				
			||||||
				GUILayout.BeginHorizontal();
 | 
									GUILayout.BeginHorizontal();
 | 
				
			||||||
				if (Game.Controller.botsInGame < Game.maxBots && GUILayout.Button("Add Bot"))
 | 
									if (GUILayout.Button("Add Bot"))
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					Game.Controller.StartCoroutine_Auto(Game.Controller.addBot());
 | 
										Game.Controller.StartCoroutine_Auto(Game.Controller.addBot());
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				if (Game.Controller.botsInGame > 0)
 | 
									if (Game.Controller.botsInGame > 0)
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					if (Game.Controller.botsInGame != Game.maxBots)
 | 
										GUILayout.Space(5f);
 | 
				
			||||||
					{
 | 
					 | 
				
			||||||
						GUILayout.Space(5f);
 | 
					 | 
				
			||||||
					}
 | 
					 | 
				
			||||||
					if (GUILayout.Button("Axe Bot"))
 | 
										if (GUILayout.Button("Axe Bot"))
 | 
				
			||||||
					{
 | 
										{
 | 
				
			||||||
						Game.Controller.StartCoroutine_Auto(Game.Controller.axeBot());
 | 
											Game.Controller.StartCoroutine_Auto(Game.Controller.axeBot());
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user