import successful, grid has visuals

cell values and grid lines are displayed. no interaction available yet.
This commit is contained in:
Simon O'Shea
2023-07-31 18:45:01 -04:00
parent 4699ce7287
commit 5f9e8f979d
56 changed files with 4851 additions and 7 deletions
@@ -7,7 +7,7 @@ public class TestingScript : MonoBehaviour
// Start is called before the first frame update
private void Start()
{
LogicGrid grid = new LogicGrid(4, 2);
LogicGrid grid = new LogicGrid(4, 2, 10f);
}