Fixed slider to have better values

This commit is contained in:
dereelatwit
2023-08-09 14:37:24 -04:00
parent 8181a3426a
commit 614d62efeb
2 changed files with 4 additions and 5 deletions
@@ -10,7 +10,7 @@ public class nMain : MonoBehaviour
private LogicGrid world;
int placementValue;
public static float speed = 3.0f;
public static float speed = 2.0f;
int heuristic;
int algorithm;