OpenTTD Source 20260704-master-gbf70c61fb8
Water-related sprites.

Topics

 Sloped water sprites.
 Sprites for the locks
 there are 4 kinds of locks, each of them is 3 tiles long.
static const SpriteID SPR_SHIP_DEPOT_SE_FRONT = 4070
static const SpriteID SPR_SHIP_DEPOT_SW_FRONT = 4071
static const SpriteID SPR_SHIP_DEPOT_NW = 4072
static const SpriteID SPR_SHIP_DEPOT_NE = 4073
static const SpriteID SPR_SHIP_DEPOT_SE_REAR = 4074
static const SpriteID SPR_SHIP_DEPOT_SW_REAR = 4075

Detailed Description

Variable Documentation

◆ SPR_SHIP_DEPOT_NE

const SpriteID SPR_SHIP_DEPOT_NE = 4073
static

Ship depot sprites.

Definition at line 716 of file sprites.h.

◆ SPR_SHIP_DEPOT_NW

const SpriteID SPR_SHIP_DEPOT_NW = 4072
static

Ship depot sprites.

Definition at line 715 of file sprites.h.

◆ SPR_SHIP_DEPOT_SE_FRONT

const SpriteID SPR_SHIP_DEPOT_SE_FRONT = 4070
static

Ship depot sprites.

Definition at line 713 of file sprites.h.

◆ SPR_SHIP_DEPOT_SE_REAR

const SpriteID SPR_SHIP_DEPOT_SE_REAR = 4074
static

Ship depot sprites.

Definition at line 717 of file sprites.h.

◆ SPR_SHIP_DEPOT_SW_FRONT

const SpriteID SPR_SHIP_DEPOT_SW_FRONT = 4071
static

Ship depot sprites.

Definition at line 714 of file sprites.h.

◆ SPR_SHIP_DEPOT_SW_REAR

const SpriteID SPR_SHIP_DEPOT_SW_REAR = 4075
static

Ship depot sprites.

Definition at line 718 of file sprites.h.