MapGame constructor

MapGame(
  1. List<TileModel> tiles, {
  2. double tileSizeToUpdate = 0,
})

Implementation

MapGame(this.tiles, {this.tileSizeToUpdate = 0});