diff demos/shooter/scripts/scene.py @ 489:0324a3533988

Updated the Shooter demo credits.txt file and added the LICENSE file for all media included in the demo. Cleaned up some print statements in the shooter demo.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 05 May 2010 14:29:37 +0000
parents 7f1c42b66aa4
children c4168eb47a44
line wrap: on
line diff
--- a/demos/shooter/scripts/scene.py	Tue May 04 12:50:09 2010 +0000
+++ b/demos/shooter/scripts/scene.py	Wed May 05 14:29:37 2010 +0000
@@ -158,8 +158,6 @@
 		for instance in powerups:
 			objectName = instance.getId()
 			
-			print objectName
-			
 			if objectName == "cannonspread5":
 				powerup = CannonSpread5PU(self, 'cannonspread5', instance, False)
 			elif objectName == "extralife":