mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 13:50:06 +00:00 
			
		
		
		
	Added new icons for location markers. All icons are white, so they
can be color modulated to the correct color.
This commit is contained in:
		
							parent
							
								
									daa5bd24dc
								
							
						
					
					
						commit
						1dce1b2b35
					
				
					 12 changed files with 56 additions and 1 deletions
				
			
		|  | @ -25,8 +25,35 @@ static const std::unordered_map<ImageTexture, TextureInfo> imageTextureInfo_ { | |||
|    {ImageTexture::Cursor17, | ||||
|     {"images/cursor-17", ":/res/textures/images/cursor-17.png"}}, | ||||
|    {ImageTexture::Dot3, {"images/dot-3", ":/res/textures/images/dot-3.png"}}, | ||||
|    {ImageTexture::LocationBriefcase, | ||||
|     {"images/location-briefcase", | ||||
|      ":/res/icons/font-awesome-6/briefcase-solid.svg"}}, | ||||
|    {ImageTexture::LocationBuildingColumns, | ||||
|     {"images/location-building-columns", | ||||
|      ":/res/icons/font-awesome-6/building-columns-solid.svg"}}, | ||||
|    {ImageTexture::LocationBuilding, | ||||
|     {"images/location-building", | ||||
|      ":/res/icons/font-awesome-6/building-solid.svg"}}, | ||||
|    {ImageTexture::LocationCaravan, | ||||
|     {"images/location-caravan", | ||||
|      ":/res/icons/font-awesome-6/caravan-solid.svg"}}, | ||||
|    {ImageTexture::LocationCrosshair, | ||||
|     {"images/location-crosshair", | ||||
|      ":/res/icons/font-awesome-6/location-crosshairs-solid.svg"}}, | ||||
|    {ImageTexture::LocationHouse, | ||||
|     {"images/location-house", | ||||
|      ":/res/icons/font-awesome-6/house-solid-white.svg"}}, | ||||
|    {ImageTexture::LocationMarker, | ||||
|     {"images/location-marker", ":/res/textures/images/location-marker.svg"}}, | ||||
|    {ImageTexture::LocationPin, | ||||
|     {"images/location-pin", | ||||
|      ":/res/icons/font-awesome-6/location-pin.svg"}}, | ||||
|    {ImageTexture::LocationStar, | ||||
|     {"images/location-star", | ||||
|      ":/res/icons/font-awesome-6/star-solid-white.svg"}}, | ||||
|    {ImageTexture::LocationTent, | ||||
|     {"images/location-tent", | ||||
|      ":/res/icons/font-awesome-6/tent-solid.svg"}}, | ||||
|    {ImageTexture::MapboxLogo, | ||||
|     {"images/mapbox-logo", ":/res/textures/images/mapbox-logo.svg"}}, | ||||
|    {ImageTexture::MapTilerLogo, | ||||
|  |  | |||
|  | @ -18,7 +18,16 @@ enum class ImageTexture | |||
|    Crosshairs24, | ||||
|    Cursor17, | ||||
|    Dot3, | ||||
|    LocationBriefcase, | ||||
|    LocationBuildingColumns, | ||||
|    LocationBuilding, | ||||
|    LocationCaravan, | ||||
|    LocationCrosshair, | ||||
|    LocationHouse, | ||||
|    LocationMarker, | ||||
|    LocationPin, | ||||
|    LocationStar, | ||||
|    LocationTent, | ||||
|    MapboxLogo, | ||||
|    MapTilerLogo | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak