src/table/sprites.h
branchnoai
changeset 9624 b71483f2330f
parent 9620 31e38d28a0af
child 7187 f7dc3204d457
child 9625 3301b1b3889c
equal deleted inserted replaced
9623:ee0173281563 9624:b71483f2330f
   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. */