Changed the CoR icon

This commit is contained in:
Patryk Skowroński 2024-11-27 14:28:13 +01:00
parent 3861a043f4
commit 6fc2b6d8dc
3 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class NavlibClient(pynav.NavlibNavigationModel):
self._was_pick = False
self._hit_selection_only = False
self._picking_pass = None
self._pivot_node = OverlayNode(node=SceneNode(), image_path=Resources.getPath(Resources.Images, "3dx_pivot.png"), size=2.5)
self._pivot_node = OverlayNode(node=SceneNode(), image_path=Resources.getPath(Resources.Images, "cor.png"), size=2.5)
def pick(self, x, y, check_selection = False, radius = 0.):

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
resources/images/cor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB