import successful, grid has visuals
cell values and grid lines are displayed. no interaction available yet.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user