Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/tree
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2010-06-22 03:01:49 (GMT)
committer James Cameron <quozl@laptop.org>2010-06-22 03:02:13 (GMT)
commit35d15b1c43514f5918b89a4c47a9f689d83626dc (patch)
treecbdfad59a0eacd83ab2ef95e22d55a3bc64b924b /data/graphics/tree
parentce1f461da70a0c43e56eba56128683e644944557 (diff)
minor example fixes following review
Some minor fixes following a review by Sascha Silbe. Signed-off-by: James Cameron <quozl@laptop.org>
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()