diff options
author | dominik <dominik@openttd.org> | 2004-12-09 23:16:52 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-12-09 23:16:52 +0000 |
commit | 416e2b67b13cd2238599e766ce4e6b65b6121ac8 (patch) | |
tree | 45bad2b52e086cfe08d4fac3c784cf65f5c1e9b7 /table | |
parent | 02bf3ed5c07451ae860bf4a197fca00908eb4293 (diff) | |
download | openttd-416e2b67b13cd2238599e766ce4e6b65b6121ac8.tar.xz |
(svn r999) New icons for the network interface, newgrf gui and the tiny euro
Diffstat (limited to 'table')
-rw-r--r-- | table/sprites.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h index 183859fab..755b09a02 100644 --- a/table/sprites.h +++ b/table/sprites.h @@ -46,7 +46,16 @@ enum Sprites { SPR_SLOPES_BASE = SPR_CANALS_BASE + 70, SPR_OPENTTD_BASE = SPR_SLOPES_BASE + 74, //5270 - SPR_BLOT = SPR_OPENTTD_BASE + 10, // used as vehicle profit marker + SPR_BLOT = SPR_OPENTTD_BASE + 32, // colored circle (mainly used as vehicle profit marker and for sever compatibility) + + SPR_PIN_UP = SPR_OPENTTD_BASE + 62, // pin icon + SPR_PIN_DOWN = SPR_OPENTTD_BASE + 63, + + + /* Network GUI sprites */ + SPR_SQUARE = SPR_OPENTTD_BASE + 23, // colored square (used for newgrf compatibility) + SPR_LOCK = SPR_OPENTTD_BASE + 22, // lock icon (for password protected servers) + SPR_FLAGS_BASE = SPR_OPENTTD_BASE + 90, // start of the flags block (in same order as enum NetworkLanguage) /* Manager face sprites */ SPR_GRADIENT = 874, // background gradient behind manager face |