mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Add new images for map center and cursor
This commit is contained in:
parent
4424c19d7f
commit
8262d8b034
5 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ static const std::unordered_map<ImageTexture, TextureInfo> imageTextureInfo_ {
|
|||
{"images/compass-24", ":/res/icons/flaticon/compass-24.png"}},
|
||||
{ImageTexture::Crosshairs24,
|
||||
{"images/crosshairs-24", ":/res/textures/images/crosshairs-24.png"}},
|
||||
{ImageTexture::Cursor17,
|
||||
{"images/cursor-17", ":/res/textures/images/cursor-17.png"}},
|
||||
{ImageTexture::Dot3, {"images/dot-3", ":/res/textures/images/dot-3.png"}},
|
||||
{ImageTexture::MapboxLogo,
|
||||
{"images/mapbox-logo", ":/res/textures/images/mapbox-logo.svg"}},
|
||||
{ImageTexture::MapTilerLogo,
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ enum class ImageTexture
|
|||
CardinalPoint24,
|
||||
Compass24,
|
||||
Crosshairs24,
|
||||
Cursor17,
|
||||
Dot3,
|
||||
MapboxLogo,
|
||||
MapTilerLogo
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue