Move compass.png into toolicons/ to get it included by setup.py

This commit is contained in:
David Vierra 2013-10-07 18:11:30 -10:00
parent d538ea9d10
commit 100156377b
3 changed files with 1 additions and 1 deletions

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB