mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 08:23:17 +02:00
New inspect icon
This commit is contained in:
parent
a800f6c05a
commit
a346e5ccf6
2 changed files with 1 additions and 1 deletions
BIN
interface/resources/images/inspect-icon.png
Normal file
BIN
interface/resources/images/inspect-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -86,7 +86,7 @@ bool ContextOverlayInterface::createOrDestroyContextOverlay(const EntityItemID&
|
|||
_contextOverlay->setColorPulse(CONTEXT_OVERLAY_UNHOVERED_COLORPULSE);
|
||||
_contextOverlay->setIgnoreRayIntersection(false);
|
||||
_contextOverlay->setDrawInFront(true);
|
||||
_contextOverlay->setURL("http://i.imgur.com/gksZygp.png");
|
||||
_contextOverlay->setURL(PathUtils::resourcesPath() + "images/inspect-icon.png");
|
||||
_contextOverlay->setIsFacingAvatar(true);
|
||||
_contextOverlayID = qApp->getOverlays().addOverlay(_contextOverlay);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue