Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playWave
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2010-05-21 09:30:18 (GMT)
committer James Cameron <quozl@laptop.org>2010-05-21 09:30:18 (GMT)
commit4a50004aa8f2109e6cff4a082a10581dfee0d540 (patch)
tree90daf190816ac4a24515b1df907d953a576d2809 /data/sound/playWave
parent0ce089fc9bb7a9f18f953a32c7195e70a62cf2b1 (diff)
adapt pippy examples to screen dimensions, dev.laptop.org #9260
Adjust all the examples to work for different screen dimensions, and briefly fix formatting or style in some of the other code examples. Yet to be done: 1. slideshow, it finds no objects in journal with MIME type image/jpeg, and as a result does not show any slides, 2. xolympics, it tests an object location against physics world coordinates to determine winning condition.
Diffstat (limited to 'data/sound/playWave')
-rw-r--r--data/sound/playWave2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/playWave b/data/sound/playWave
index 503b475..819ad4f 100644
--- a/data/sound/playWave
+++ b/data/sound/playWave
@@ -2,4 +2,4 @@ import pippy
pippy.sound.playWave(sound='didjeridu', loop=True, duration=5)
pippy.sound.audioOut()
-
+