src/table/sprites.h
branchcpp_gui
changeset 6254 abc6ad7c035c
parent 6093 3d0e0b3c75a0
child 6268 4b5241e5dd10
equal deleted inserted replaced
6253:23983700e3d7 6254:abc6ad7c035c
   114 	SPR_NEWHANGAR_N = SPR_AIRPORTX_BASE + 10,
   114 	SPR_NEWHANGAR_N = SPR_AIRPORTX_BASE + 10,
   115 	SPR_NEWHANGAR_E = SPR_AIRPORTX_BASE + 11,
   115 	SPR_NEWHANGAR_E = SPR_AIRPORTX_BASE + 11,
   116 	SPR_NEWHELIPAD = SPR_AIRPORTX_BASE + 12,
   116 	SPR_NEWHELIPAD = SPR_AIRPORTX_BASE + 12,
   117 	SPR_GRASS_RIGHT = SPR_AIRPORTX_BASE + 13,
   117 	SPR_GRASS_RIGHT = SPR_AIRPORTX_BASE + 13,
   118 	SPR_GRASS_LEFT = SPR_AIRPORTX_BASE + 14,
   118 	SPR_GRASS_LEFT = SPR_AIRPORTX_BASE + 14,
       
   119 
       
   120 	SPR_ROADSTOP_BASE = SPR_AIRPORTX_BASE + 15, // The sprites used for drive-through road stops
       
   121 	SPR_BUS_STOP_DT_Y_W = SPR_ROADSTOP_BASE,
       
   122 	SPR_BUS_STOP_DT_Y_E = SPR_ROADSTOP_BASE + 1,
       
   123 	SPR_BUS_STOP_DT_X_W = SPR_ROADSTOP_BASE + 2,
       
   124 	SPR_BUS_STOP_DT_X_E = SPR_ROADSTOP_BASE + 3,
       
   125 	SPR_TRUCK_STOP_DT_Y_W = SPR_ROADSTOP_BASE + 4,
       
   126 	SPR_TRUCK_STOP_DT_Y_E = SPR_ROADSTOP_BASE + 5,
       
   127 	SPR_TRUCK_STOP_DT_X_W = SPR_ROADSTOP_BASE + 6,
       
   128 	SPR_TRUCK_STOP_DT_X_E = SPR_ROADSTOP_BASE + 7,
   119 
   129 
   120 	/* Manager face sprites */
   130 	/* Manager face sprites */
   121 	SPR_GRADIENT = 874, // background gradient behind manager face
   131 	SPR_GRADIENT = 874, // background gradient behind manager face
   122 
   132 
   123 	/* Icon showing player colour. */
   133 	/* Icon showing player colour. */
   292 	SPR_PYLON_X_SE = SPR_ELRAIL_BASE + 34,
   302 	SPR_PYLON_X_SE = SPR_ELRAIL_BASE + 34,
   293 	SPR_PYLON_EW_N = SPR_ELRAIL_BASE + 35,
   303 	SPR_PYLON_EW_N = SPR_ELRAIL_BASE + 35,
   294 	SPR_PYLON_EW_S = SPR_ELRAIL_BASE + 36,
   304 	SPR_PYLON_EW_S = SPR_ELRAIL_BASE + 36,
   295 	SPR_PYLON_NS_W = SPR_ELRAIL_BASE + 37,
   305 	SPR_PYLON_NS_W = SPR_ELRAIL_BASE + 37,
   296 	SPR_PYLON_NS_E = SPR_ELRAIL_BASE + 38,
   306 	SPR_PYLON_NS_E = SPR_ELRAIL_BASE + 38,
       
   307 
       
   308 	/* sprites for roads */
       
   309 	SPR_ROAD_PAVED_STRAIGHT_Y       = 1313,
       
   310 	SPR_ROAD_PAVED_STRAIGHT_X       = 1314,
   297 
   311 
   298 	/* sprites for airports and airfields*/
   312 	/* sprites for airports and airfields*/
   299 	/* Small airports are AIRFIELD, everything else is AIRPORT */
   313 	/* Small airports are AIRFIELD, everything else is AIRPORT */
   300 	SPR_HELIPORT                    = 2633,
   314 	SPR_HELIPORT                    = 2633,
   301 	SPR_AIRPORT_APRON               = 2634,
   315 	SPR_AIRPORT_APRON               = 2634,