comparison src/table/sprites.h @ 11405:b1b4fea347bf draft

(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
author rubidium <rubidium@openttd.org>
date Wed, 18 Mar 2009 01:06:48 +0000
parents 82c90cd591ab
children 8becf4c44755
comparison
equal deleted inserted replaced
11404:9920ef0f50c8 11405:b1b4fea347bf
47 47
48 SPR_LARGE_SMALL_WINDOW = 682, 48 SPR_LARGE_SMALL_WINDOW = 682,
49 49
50 /* Extra graphic spritenumbers */ 50 /* Extra graphic spritenumbers */
51 SPR_OPENTTD_BASE = 4896, 51 SPR_OPENTTD_BASE = 4896,
52 OPENTTD_SPRITE_COUNT = 149, 52 OPENTTD_SPRITE_COUNT = 150,
53 53
54 /* Halftile-selection sprites */ 54 /* Halftile-selection sprites */
55 SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE, 55 SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE,
56 SPR_HALFTILE_SELECTION_DOWN = SPR_OPENTTD_BASE + 4, 56 SPR_HALFTILE_SELECTION_DOWN = SPR_OPENTTD_BASE + 4,
57 SPR_HALFTILE_SELECTION_UP = SPR_OPENTTD_BASE + 8, 57 SPR_HALFTILE_SELECTION_UP = SPR_OPENTTD_BASE + 8,
60 SPR_BLOT = SPR_OPENTTD_BASE + 39, // coloured circle (mainly used as vehicle profit marker and for server compatibility) 60 SPR_BLOT = SPR_OPENTTD_BASE + 39, // coloured circle (mainly used as vehicle profit marker and for server compatibility)
61 SPR_LOCK = SPR_OPENTTD_BASE + 40, // lock icon (for password protected servers) 61 SPR_LOCK = SPR_OPENTTD_BASE + 40, // lock icon (for password protected servers)
62 SPR_BOX_EMPTY = SPR_OPENTTD_BASE + 41, 62 SPR_BOX_EMPTY = SPR_OPENTTD_BASE + 41,
63 SPR_BOX_CHECKED = SPR_OPENTTD_BASE + 42, 63 SPR_BOX_CHECKED = SPR_OPENTTD_BASE + 42,
64 SPR_WARNING_SIGN = SPR_OPENTTD_BASE + 43, // warning sign (shown if there are any newgrf errors) 64 SPR_WARNING_SIGN = SPR_OPENTTD_BASE + 43, // warning sign (shown if there are any newgrf errors)
65 SPR_WINDOW_RESIZE = SPR_OPENTTD_BASE + 44, // resize icon 65 SPR_WINDOW_RESIZE_RIGHT= SPR_OPENTTD_BASE + 44, // resize icon to the right
66 SPR_WINDOW_RESIZE_LEFT = SPR_OPENTTD_BASE + 149, // resize icon to the left
66 /* Arrow icons pointing in all 4 directions */ 67 /* Arrow icons pointing in all 4 directions */
67 SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 45, 68 SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 45,
68 SPR_ARROW_UP = SPR_OPENTTD_BASE + 46, 69 SPR_ARROW_UP = SPR_OPENTTD_BASE + 46,
69 SPR_ARROW_LEFT = SPR_OPENTTD_BASE + 47, 70 SPR_ARROW_LEFT = SPR_OPENTTD_BASE + 47,
70 SPR_ARROW_RIGHT = SPR_OPENTTD_BASE + 48, 71 SPR_ARROW_RIGHT = SPR_OPENTTD_BASE + 48,