Height returns the integer height of the tile
()
| 252 | |
| 253 | // Height returns the integer height of the tile |
| 254 | func (t *Tile) Height() float32 { |
| 255 | return t.Image.Height() |
| 256 | } |
| 257 | |
| 258 | // Width returns the integer width of the tile |
| 259 | func (t *Tile) Width() float32 { |