commit:aa87e3d4757a6ccd0bf5d7b1372d55c4315afba0
author:Chip Black
committer:Chip Black
date:Fri Jul 11 03:30:01 2008 -0500
parents:f322080fd23baf5c2f8a47078a2ca1abc3c48164
Fixed typo K_ESC -> K_ESCAPE in platformtest.py
diff --git a/platformtest.py b/platformtest.py
line changes: +1/-1
index 2e988b1..7486ca5
--- a/platformtest.py
+++ b/platformtest.py
@@ -183,7 +183,7 @@ def input(e):
 			camera.clearBbox()
 		elif e.key == pygame.K_3:
 			camera.setBbox(main.bbox)
-		elif e.key == pygame.K_ESC:
+		elif e.key == pygame.K_ESCAPE:
 			Engine.stop()
 	elif e.type == pygame.KEYUP:
 		if e.key == pygame.K_LEFT or e.key == pygame.K_RIGHT: