mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +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
BIN
scwx-qt/res/textures/images/cursor-17.png
Normal file
BIN
scwx-qt/res/textures/images/cursor-17.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 624 B |
BIN
scwx-qt/res/textures/images/dot-3.png
Normal file
BIN
scwx-qt/res/textures/images/dot-3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 551 B |
|
|
@ -70,7 +70,9 @@
|
||||||
<file>res/palettes/wct/ZDR.pal</file>
|
<file>res/palettes/wct/ZDR.pal</file>
|
||||||
<file>res/textures/lines/default-1x7.png</file>
|
<file>res/textures/lines/default-1x7.png</file>
|
||||||
<file>res/textures/lines/test-pattern.png</file>
|
<file>res/textures/lines/test-pattern.png</file>
|
||||||
|
<file>res/textures/images/cursor-17.png</file>
|
||||||
<file>res/textures/images/crosshairs-24.png</file>
|
<file>res/textures/images/crosshairs-24.png</file>
|
||||||
|
<file>res/textures/images/dot-3.png</file>
|
||||||
<file>res/textures/images/mapbox-logo.svg</file>
|
<file>res/textures/images/mapbox-logo.svg</file>
|
||||||
<file>res/textures/images/maptiler-logo.svg</file>
|
<file>res/textures/images/maptiler-logo.svg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@ static const std::unordered_map<ImageTexture, TextureInfo> imageTextureInfo_ {
|
||||||
{"images/compass-24", ":/res/icons/flaticon/compass-24.png"}},
|
{"images/compass-24", ":/res/icons/flaticon/compass-24.png"}},
|
||||||
{ImageTexture::Crosshairs24,
|
{ImageTexture::Crosshairs24,
|
||||||
{"images/crosshairs-24", ":/res/textures/images/crosshairs-24.png"}},
|
{"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,
|
{ImageTexture::MapboxLogo,
|
||||||
{"images/mapbox-logo", ":/res/textures/images/mapbox-logo.svg"}},
|
{"images/mapbox-logo", ":/res/textures/images/mapbox-logo.svg"}},
|
||||||
{ImageTexture::MapTilerLogo,
|
{ImageTexture::MapTilerLogo,
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ enum class ImageTexture
|
||||||
CardinalPoint24,
|
CardinalPoint24,
|
||||||
Compass24,
|
Compass24,
|
||||||
Crosshairs24,
|
Crosshairs24,
|
||||||
|
Cursor17,
|
||||||
|
Dot3,
|
||||||
MapboxLogo,
|
MapboxLogo,
|
||||||
MapTilerLogo
|
MapTilerLogo
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue