|
OpenTTD Source 20260531-master-g0e951f3528
|
Sprites to use and how to display them for train depot tiles. More...
Go to the source code of this file.
Macros | |
| #define | TILE_SEQ_LINE(img, dx, dy, sx, sy) |
Variables | |
| static constexpr DrawTileSeqStruct | _depot_gfx_NE [] |
| static constexpr DrawTileSeqStruct | _depot_gfx_SE [] |
| static constexpr DrawTileSeqStruct | _depot_gfx_SW [] |
| static constexpr DrawTileSeqStruct | _depot_gfx_NW [] |
| static const DiagDirectionIndexArray< DrawTileSpriteSpan > | _depot_gfx_table |
| Sprite layout of a depot for each direction. | |
| static const DiagDirectionIndexArray< DrawTileSpriteSpan > | _depot_invisible_gfx_table |
| Sprite layout of an invisible depot with for each direction. | |
Sprites to use and how to display them for train depot tiles.
Definition in file track_land.h.
| #define TILE_SEQ_LINE | ( | img, | |
| dx, | |||
| dy, | |||
| sx, | |||
| sy ) |
Definition at line 10 of file track_land.h.
|
staticconstexpr |
Definition at line 13 of file track_land.h.
|
staticconstexpr |
Definition at line 27 of file track_land.h.
|
staticconstexpr |
Definition at line 17 of file track_land.h.
|
staticconstexpr |
Definition at line 22 of file track_land.h.
|
static |
Sprite layout of a depot for each direction.
Definition at line 32 of file track_land.h.
Referenced by DrawTile_Rail(), and DrawTrainDepotSprite().
|
static |
Sprite layout of an invisible depot with for each direction.
Definition at line 40 of file track_land.h.
Referenced by DrawTile_Rail().