Move compass.png into toolicons/ to get it included by setup.py
This commit is contained in:
parent
d538ea9d10
commit
100156377b
@ -38,7 +38,7 @@ class CompassOverlay(Drawable):
|
||||
else:
|
||||
filename = "compass.png"
|
||||
|
||||
self._tex = loadPNGTexture(filename)#, minFilter=GL.GL_LINEAR, magFilter=GL.GL_LINEAR)
|
||||
self._tex = loadPNGTexture("toolicons/" + filename)#, minFilter=GL.GL_LINEAR, magFilter=GL.GL_LINEAR)
|
||||
|
||||
self._tex.bind()
|
||||
size = 0.075
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user