parent
800c85d14f
commit
b1221c7c84
3 changed files with 42 additions and 5 deletions
|
|
@ -38,4 +38,6 @@ class ConfigurationService {
|
|||
y = y ?? _es.engine.gridSize.y;
|
||||
_es.engine.gridSize = Point(x, y);
|
||||
}
|
||||
|
||||
Point<int> get gridSize => _es.engine.gridSize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue