Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/tree
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/tree')
-rw-r--r--data/graphics/tree2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/tree b/data/graphics/tree
index 6d70ee3..acbdf78 100644
--- a/data/graphics/tree
+++ b/data/graphics/tree
@@ -61,8 +61,8 @@ screen.fill(bgcolor)
draw_tree((width / 2), height - 20, start_length, 0)
pygame.display.flip()
+# do nothing visible until the escape key is pressed
while pippy.pygame.next_frame():
- # chill until escape key is pressed
for event in pygame.event.get():
if event.type == QUIT:
sys.exit()