Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/jump
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/jump')
-rw-r--r--data/graphics/jump5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/graphics/jump b/data/graphics/jump
index be9b49e..f74ea71 100644
--- a/data/graphics/jump
+++ b/data/graphics/jump
@@ -2,6 +2,11 @@ import pippy
for i in xrange(0,50):
pippy.console.clear()
+ if i < 25:
+ pippy.console.red()
+ else:
+ pippy.console.blue()
+
# Note that we have to escape backslashes
print "\\o/"
print "_|_"