animation is linked to speed slider

This commit is contained in:
Simon O'Shea
2023-08-09 14:23:24 -04:00
parent b56131d7fa
commit 8181a3426a
2 changed files with 17 additions and 6 deletions
@@ -10,7 +10,7 @@ public class nMain : MonoBehaviour
private LogicGrid world;
int placementValue;
public float speed = 3.0f;
public static float speed = 3.0f;
int heuristic;
int algorithm;