Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py7
1 files changed, 1 insertions, 6 deletions
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()