gridSize property
- @override
getter/setter pair
The amount of blocks in the width and height of the grid.
Keep this an odd number to keep the rover in the center.
Implementation
@override
int gridSize = 11;
The amount of blocks in the width and height of the grid.
Keep this an odd number to keep the rover in the center.
@override
int gridSize = 11;