src/table/sprites.h
changeset 6643 f81bee57bc09
parent 6600 1482680e3303
child 6691 f9adbb0be102
equal deleted inserted replaced
6642:ced51f7c19aa 6643:f81bee57bc09
   125 	SPR_BUS_STOP_DT_X_E = SPR_ROADSTOP_BASE + 3,
   125 	SPR_BUS_STOP_DT_X_E = SPR_ROADSTOP_BASE + 3,
   126 	SPR_TRUCK_STOP_DT_Y_W = SPR_ROADSTOP_BASE + 4,
   126 	SPR_TRUCK_STOP_DT_Y_W = SPR_ROADSTOP_BASE + 4,
   127 	SPR_TRUCK_STOP_DT_Y_E = SPR_ROADSTOP_BASE + 5,
   127 	SPR_TRUCK_STOP_DT_Y_E = SPR_ROADSTOP_BASE + 5,
   128 	SPR_TRUCK_STOP_DT_X_W = SPR_ROADSTOP_BASE + 6,
   128 	SPR_TRUCK_STOP_DT_X_W = SPR_ROADSTOP_BASE + 6,
   129 	SPR_TRUCK_STOP_DT_X_E = SPR_ROADSTOP_BASE + 7,
   129 	SPR_TRUCK_STOP_DT_X_E = SPR_ROADSTOP_BASE + 7,
       
   130 
       
   131 	SPR_GROUP_BASE                 = SPR_ROADSTOP_BASE + 8, // The sprites used for the group interface
       
   132 	SPR_GROUP_CREATE_TRAIN         = SPR_GROUP_BASE,
       
   133 	SPR_GROUP_CREATE_ROADVEH       = SPR_GROUP_BASE + 1,
       
   134 	SPR_GROUP_CREATE_SHIP          = SPR_GROUP_BASE + 2,
       
   135 	SPR_GROUP_CREATE_AIRCRAFT      = SPR_GROUP_BASE + 3,
       
   136 	SPR_GROUP_DELETE_TRAIN         = SPR_GROUP_BASE + 4,
       
   137 	SPR_GROUP_DELETE_ROADVEH       = SPR_GROUP_BASE + 5,
       
   138 	SPR_GROUP_DELETE_SHIP          = SPR_GROUP_BASE + 6,
       
   139 	SPR_GROUP_DELETE_AIRCRAFT      = SPR_GROUP_BASE + 7,
       
   140 	SPR_GROUP_RENAME_TRAIN         = SPR_GROUP_BASE + 8,
       
   141 	SPR_GROUP_RENAME_ROADVEH       = SPR_GROUP_BASE + 9,
       
   142 	SPR_GROUP_RENAME_SHIP          = SPR_GROUP_BASE + 10,
       
   143 	SPR_GROUP_RENAME_AIRCRAFT      = SPR_GROUP_BASE + 11,
       
   144 	SPR_GROUP_REPLACE_ON_TRAIN     = SPR_GROUP_BASE + 12,
       
   145 	SPR_GROUP_REPLACE_ON_ROADVEH   = SPR_GROUP_BASE + 13,
       
   146 	SPR_GROUP_REPLACE_ON_SHIP      = SPR_GROUP_BASE + 14,
       
   147 	SPR_GROUP_REPLACE_ON_AIRCRAFT  = SPR_GROUP_BASE + 15,
       
   148 	SPR_GROUP_REPLACE_OFF_TRAIN    = SPR_GROUP_BASE + 16,
       
   149 	SPR_GROUP_REPLACE_OFF_ROADVEH  = SPR_GROUP_BASE + 17,
       
   150 	SPR_GROUP_REPLACE_OFF_SHIP     = SPR_GROUP_BASE + 18,
       
   151 	SPR_GROUP_REPLACE_OFF_AIRCRAFT = SPR_GROUP_BASE + 19,
   130 
   152 
   131 	/* Manager face sprites */
   153 	/* Manager face sprites */
   132 	SPR_GRADIENT = 874, // background gradient behind manager face
   154 	SPR_GRADIENT = 874, // background gradient behind manager face
   133 
   155 
   134 	/* Icon showing player colour. */
   156 	/* Icon showing player colour. */