Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/Scene.py
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-14 15:27:11 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-14 15:27:11 (GMT)
commit622571d463033e8cf3f19d411a433f3f919396d1 (patch)
tree1db84ec7bba0e1641fc5fd057b7fabca37d72ea0 /DrawableObjectTests/Scene.py
parent1bbbec181d641297d64d4050cb0f9cf9a485408a (diff)
Adding the basic Scene file. No functionality so far. Updating the DO and DDO files.
Diffstat (limited to 'DrawableObjectTests/Scene.py')
-rw-r--r--DrawableObjectTests/Scene.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/DrawableObjectTests/Scene.py b/DrawableObjectTests/Scene.py
new file mode 100644
index 0000000..38ef8cc
--- /dev/null
+++ b/DrawableObjectTests/Scene.py
@@ -0,0 +1,5 @@
+import pygame
+
+class Scene:
+
+ def __init__(self, filename):