diff demos/shooter/scripts/gui/guis.py @ 479:ab28994820dd

Added some powerups including a spread weapon and an extra life. Fixed the problem where the player could fly off the screen.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 23 Apr 2010 17:17:02 +0000
parents 7a79dc2a0592
children c4168eb47a44
line wrap: on
line diff
--- a/demos/shooter/scripts/gui/guis.py	Thu Apr 22 21:04:13 2010 +0000
+++ b/demos/shooter/scripts/gui/guis.py	Fri Apr 23 17:17:02 2010 +0000
@@ -176,7 +176,6 @@
 		for highscore in self._scores:
 			if score._score > highscore._score:
 				element = i
-				print element
 				break
 			i += 1