mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:40:05 +00:00 
			
		
		
		
	Add Mapbox and MapTiler logos
This commit is contained in:
		
							parent
							
								
									896f111b38
								
							
						
					
					
						commit
						50e0036e0b
					
				
					 5 changed files with 25 additions and 3 deletions
				
			
		|  | @ -21,7 +21,11 @@ static const std::unordered_map<ImageTexture, TextureInfo> imageTextureInfo_ { | |||
|    {ImageTexture::Compass24, | ||||
|     {"images/compass-24", ":/res/icons/flaticon/compass-24.png"}}, | ||||
|    {ImageTexture::Crosshairs24, | ||||
|     {"images/crosshairs-24", ":/res/textures/images/crosshairs-24.png"}}}; | ||||
|     {"images/crosshairs-24", ":/res/textures/images/crosshairs-24.png"}}, | ||||
|    {ImageTexture::MapboxLogo, | ||||
|     {"images/mapbox-logo", ":/res/textures/images/mapbox-logo.svg"}}, | ||||
|    {ImageTexture::MapTilerLogo, | ||||
|     {"images/maptiler-logo", ":/res/textures/images/maptiler-logo.svg"}}}; | ||||
| 
 | ||||
| static const std::unordered_map<LineTexture, TextureInfo> lineTextureInfo_ { | ||||
|    {LineTexture::Default1x7, | ||||
|  |  | |||
|  | @ -15,11 +15,13 @@ enum class ImageTexture | |||
| { | ||||
|    CardinalPoint24, | ||||
|    Compass24, | ||||
|    Crosshairs24 | ||||
|    Crosshairs24, | ||||
|    MapboxLogo, | ||||
|    MapTilerLogo | ||||
| }; | ||||
| typedef scwx::util::Iterator<ImageTexture, | ||||
|                              ImageTexture::CardinalPoint24, | ||||
|                              ImageTexture::Crosshairs24> | ||||
|                              ImageTexture::MapTilerLogo> | ||||
|    ImageTextureIterator; | ||||
| 
 | ||||
| enum class LineTexture | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat