OpenTTD Source 20250312-master-gcdcc6b491d
|
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) { dx, dy, 0, sx, sy, 23, {img, PAL_NONE} }, |
Variables | |
static const DrawTileSeqStruct | _depot_gfx_NE [] |
static const DrawTileSeqStruct | _depot_gfx_SE [] |
static const DrawTileSeqStruct | _depot_gfx_SW [] |
static const DrawTileSeqStruct | _depot_gfx_NW [] |
static const DrawTileSpriteSpan | _depot_gfx_table [] |
static const DrawTileSpriteSpan | _depot_invisible_gfx_table [] |
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 | |||
) | { dx, dy, 0, sx, sy, 23, {img, PAL_NONE} }, |
Definition at line 10 of file track_land.h.
|
static |
Definition at line 13 of file track_land.h.
|
static |
Definition at line 27 of file track_land.h.
|
static |
Definition at line 17 of file track_land.h.
|
static |
Definition at line 22 of file track_land.h.
|
static |
Definition at line 31 of file track_land.h.
|
static |
Definition at line 38 of file track_land.h.