OpenTTD Source 20260721-master-g25ec12c62d
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 721 of file sprites.h.

◆ SPR_SHIP_DEPOT_NW

const SpriteID SPR_SHIP_DEPOT_NW = 4072
static

Ship depot sprites.

Definition at line 720 of file sprites.h.

◆ SPR_SHIP_DEPOT_SE_FRONT

const SpriteID SPR_SHIP_DEPOT_SE_FRONT = 4070
static

Ship depot sprites.

Definition at line 718 of file sprites.h.

◆ SPR_SHIP_DEPOT_SE_REAR

const SpriteID SPR_SHIP_DEPOT_SE_REAR = 4074
static

Ship depot sprites.

Definition at line 722 of file sprites.h.

◆ SPR_SHIP_DEPOT_SW_FRONT

const SpriteID SPR_SHIP_DEPOT_SW_FRONT = 4071
static

Ship depot sprites.

Definition at line 719 of file sprites.h.

◆ SPR_SHIP_DEPOT_SW_REAR

const SpriteID SPR_SHIP_DEPOT_SW_REAR = 4075
static

Ship depot sprites.

Definition at line 723 of file sprites.h.