Shrunk cursor greatly.

This commit is contained in:
Quantum 2013-11-09 18:57:07 -05:00
parent c6ba1ffdc8
commit 6fa6bf0429

View file

@ -390,10 +390,8 @@ class Applet(pyglet.window.Window):
cx, cy = width / 2, height / 2 cx, cy = width / 2, height / 2
glColor3f(0, 0, 1)
crosshair(15, (cx, cy))
glColor4f(0, 1, 0, 1) glColor4f(0, 1, 0, 1)
circle(20, 30, (cx, cy)) circle(10, 20, (cx, cy))
glPopAttrib() glPopAttrib()
frustrum() frustrum()