16 , tiles_ (width_ * height_, nullptr)
17 , isVisible_ (DEFAULT_VISIBLE_STATE)
18 , color_ (DEFAULT_COLOR)
29 : width_ (copy.width_)
30 , height_ (copy.height_)
31 , tiles_ (width_ * height_, nullptr)
32 , isVisible_ (copy.isVisible_)
33 , color_ (copy.color_)
69 y * Tile::DEFAULT_SIZE));
108 for (
uint y = clampedTop; y <= clampedBottom; ++y)
109 for (
uint x = clampedLeft; x <= clampedRight; ++x)
128 tile->ChangeColor (color);