Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/bounce
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/bounce')
-rw-r--r--data/graphics/bounce7
1 files changed, 1 insertions, 6 deletions
diff --git a/data/graphics/bounce b/data/graphics/bounce
index 94e5c8b..02bc34f 100644
--- a/data/graphics/bounce
+++ b/data/graphics/bounce
@@ -1,8 +1,4 @@
# bounce: move some text around the screen
-# use the escape key to exit
-#
-# on the XO, the escape key is the top lefthand key,
-# circle with an x in it.
import sys,pygame
from pygame.locals import *
@@ -55,8 +51,7 @@ while 1:
sys.exit()
elif event.type == KEYDOWN:
- if event.key == K_ESCAPE:
- sys.exit()
+ sys.exit()
screen.fill((250,250,250))