From 6a3baf92ac8b19e909a69cbea7d6611fc0343aef Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Tue, 16 Jun 2009 01:04:30 +0000 Subject: Removed text (printed white on white canvas!) now toolbar correctly displays state :-) --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 4615117..4e43d46 100644 --- a/physics.py +++ b/physics.py @@ -59,12 +59,7 @@ class PhysicsGame: # draw output from tools self.currentTool.draw() - - #Print all the text on the screen - text = self.font.render("Current Tool: "+self.currentTool.name, True, (255,255,255)) - textpos = text.get_rect(left=700,top=7) - self.screen.blit(text,textpos) - + # Flip Display pygame.display.flip() -- cgit v0.9.1