From 1c9d53c36e0190c166780642b1a829c0866018ef Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 24 Aug 2009 02:23:01 +0000 Subject: First pass as Sugar like cursors (needs some AA pixel work). --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 6a1399b..21d3beb 100644 --- a/physics.py +++ b/physics.py @@ -49,6 +49,9 @@ class PhysicsGame: # set up static environment self.world.add.ground() + + a, b, c, d = pygame.cursors.load_xbm("standardcursor.xbm", "standardcursor_mask.xbm") + pygame.mouse.set_cursor(a, b, c, d) def run(self): self.running = True -- cgit v0.9.1