back to goodness

This commit is contained in:
Simon O'Shea
2023-08-03 15:05:01 -04:00
parent 7eff96b3a1
commit 0817da19fb
2 changed files with 58 additions and 2 deletions
@@ -13,7 +13,7 @@ public class Main : MonoBehaviour
void Start()
{
// Create world
world = new LogicGrid(5, 5, 10f, new Vector3(-100, -30));
world = new LogicGrid(5, 5, 10f, new Vector3(-10, -30));
// Set default placement to Obstacle
placementValue = -1;