* Sets the offset on the Y axis for drawing this object. * @param value The offset. */
| 226 | * @param value The offset. |
| 227 | */ |
| 228 | void MapData::setYOffset(int value) |
| 229 | { |
| 230 | _yOffset = value; |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Gets info about special tile types. |