mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Shrunk cursor greatly.
This commit is contained in:
parent
c6ba1ffdc8
commit
6fa6bf0429
|
@ -390,10 +390,8 @@ class Applet(pyglet.window.Window):
|
|||
|
||||
cx, cy = width / 2, height / 2
|
||||
|
||||
glColor3f(0, 0, 1)
|
||||
crosshair(15, (cx, cy))
|
||||
glColor4f(0, 1, 0, 1)
|
||||
circle(20, 30, (cx, cy))
|
||||
circle(10, 20, (cx, cy))
|
||||
glPopAttrib()
|
||||
|
||||
frustrum()
|
||||
|
|
Loading…
Reference in a new issue