Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-11-04 01:17:56 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-11-04 01:17:56 (GMT)
commitec7d4f57742f6138002ed5f66ba735cea984f1fd (patch)
treea026cb6b94dfe6130673ba8ac43e58cf1ff2bd9a /MANIFEST
parent80e16706827a64f8da25ddb0a697a6dafa8760a3 (diff)
Move physics/shapes example to graphics/physics, at least until there are more.
Also fix some minor issues: we don't need to create a Clock; pippy.pygame.next_frame() does that for us; and the nested while loop is not quite right.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 63bec2d..92438ae 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,6 +7,7 @@ data/graphics/bounce
data/graphics/camera
data/graphics/jump
data/graphics/lines
+data/graphics/physics
data/graphics/pong
data/graphics/slideshow
data/graphics/snow
@@ -16,7 +17,6 @@ data/math/guess
data/math/pascal
data/math/sierpinski
data/math/times
-data/physics/shapes
data/python/function
data/python/if
data/python/interpreter