From 6fa6bf0429dfed429d9f8b54257ec4fd7ef1424c Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 9 Nov 2013 18:57:07 -0500 Subject: [PATCH] Shrunk cursor greatly. --- punyverse/game.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/punyverse/game.py b/punyverse/game.py index 519ba7f..df45f23 100644 --- a/punyverse/game.py +++ b/punyverse/game.py @@ -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()