Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel.stanley@adelaide.edu.au>2009-01-23 13:07:35 (GMT)
committer Joel Stanley <joel.stanley@adelaide.edu.au>2009-01-23 13:07:35 (GMT)
commit22ff510a1140852675924e423479e81684a21212 (patch)
tree1d0d80b6d7e2cddf17fd543cb43882d13f86c5f0
parent894e5e43eaf957d47be73ee2823eb5f3fe4a6df2 (diff)
Moved images to res directory
-rw-r--r--ovpc.py6
-rw-r--r--res/child-death.png (renamed from child-death.png)bin39476 -> 39476 bytes
-rw-r--r--res/child-death01.png (renamed from child-death01.png)bin1793 -> 1793 bytes
-rw-r--r--res/child-death02.png (renamed from child-death02.png)bin1795 -> 1795 bytes
-rw-r--r--res/child-death03.png (renamed from child-death03.png)bin1809 -> 1809 bytes
-rw-r--r--res/child-death04.png (renamed from child-death04.png)bin1780 -> 1780 bytes
-rw-r--r--res/child-death05.png (renamed from child-death05.png)bin1797 -> 1797 bytes
-rw-r--r--res/child-death06.png (renamed from child-death06.png)bin1909 -> 1909 bytes
-rw-r--r--res/child-death08.png (renamed from child-death08.png)bin2246 -> 2246 bytes
-rw-r--r--res/child-death09.png (renamed from child-death09.png)bin2230 -> 2230 bytes
-rw-r--r--res/child-death10.png (renamed from child-death10.png)bin2235 -> 2235 bytes
-rw-r--r--res/child-death11.png (renamed from child-death11.png)bin2504 -> 2504 bytes
-rw-r--r--res/child-death12.png (renamed from child-death12.png)bin5358 -> 5358 bytes
-rw-r--r--res/child-death13.png (renamed from child-death13.png)bin5502 -> 5502 bytes
-rw-r--r--res/child-death14.png (renamed from child-death14.png)bin4547 -> 4547 bytes
-rw-r--r--res/child-death15.png (renamed from child-death15.png)bin4358 -> 4358 bytes
-rw-r--r--res/child-death16.png (renamed from child-death16.png)bin3874 -> 3874 bytes
-rw-r--r--res/child-death17.png (renamed from child-death17.png)bin3887 -> 3887 bytes
-rw-r--r--res/child-death18.png (renamed from child-death18.png)bin3924 -> 3924 bytes
-rw-r--r--res/child-death19.png (renamed from child-death19.png)bin3748 -> 3748 bytes
-rw-r--r--res/child-death20.png (renamed from child-death20.png)bin3177 -> 3177 bytes
-rw-r--r--res/child-death21.png (renamed from child-death21.png)bin2630 -> 2630 bytes
-rw-r--r--res/child-death22.png (renamed from child-death22.png)bin2272 -> 2272 bytes
-rw-r--r--res/child.png (renamed from child.png)bin1713 -> 1713 bytes
-rw-r--r--res/raptor-anim.png (renamed from raptor-anim.png)bin12371 -> 12371 bytes
-rw-r--r--res/raptor1.png (renamed from raptor1.png)bin4882 -> 4882 bytes
-rw-r--r--res/raptor2.png (renamed from raptor2.png)bin6272 -> 6272 bytes
-rw-r--r--res/raptor3.png (renamed from raptor3.png)bin6583 -> 6583 bytes
28 files changed, 3 insertions, 3 deletions
diff --git a/ovpc.py b/ovpc.py
index c4f2ca5..38ba672 100644
--- a/ovpc.py
+++ b/ovpc.py
@@ -14,20 +14,20 @@ window.push_handlers(keys)
batch = pyglet.graphics.Batch()
-child_death_files = glob.glob("child-death[012]*.png")
+child_death_files = glob.glob("res/child-death[012]*.png")
child_death_files.sort()
child_death = pyglet.image.Animation.from_image_sequence(
[pyglet.resource.image(x) for x in child_death_files],
0.1, False)
-raptor_anim_files = glob.glob("raptor[123].png")
+raptor_anim_files = glob.glob("res/raptor[123].png")
raptor_anim_files.sort()
raptor_anim = pyglet.image.Animation.from_image_sequence(
[pyglet.resource.image(x) for x in raptor_anim_files],
0.1, True)
pack = []
-child = pyglet.sprite.Sprite(pyglet.resource.image('child.png'), batch=batch)
+child = pyglet.sprite.Sprite(pyglet.resource.image('res/child.png'), batch=batch)
score = 0
diff --git a/child-death.png b/res/child-death.png
index cfdcbf7..cfdcbf7 100644
--- a/child-death.png
+++ b/res/child-death.png
Binary files differ
diff --git a/child-death01.png b/res/child-death01.png
index be41272..be41272 100644
--- a/child-death01.png
+++ b/res/child-death01.png
Binary files differ
diff --git a/child-death02.png b/res/child-death02.png
index 7e69175..7e69175 100644
--- a/child-death02.png
+++ b/res/child-death02.png
Binary files differ
diff --git a/child-death03.png b/res/child-death03.png
index 09101c4..09101c4 100644
--- a/child-death03.png
+++ b/res/child-death03.png
Binary files differ
diff --git a/child-death04.png b/res/child-death04.png
index b9ea5e8..b9ea5e8 100644
--- a/child-death04.png
+++ b/res/child-death04.png
Binary files differ
diff --git a/child-death05.png b/res/child-death05.png
index fc008e5..fc008e5 100644
--- a/child-death05.png
+++ b/res/child-death05.png
Binary files differ
diff --git a/child-death06.png b/res/child-death06.png
index f518422..f518422 100644
--- a/child-death06.png
+++ b/res/child-death06.png
Binary files differ
diff --git a/child-death08.png b/res/child-death08.png
index 585c8af..585c8af 100644
--- a/child-death08.png
+++ b/res/child-death08.png
Binary files differ
diff --git a/child-death09.png b/res/child-death09.png
index 8e689d8..8e689d8 100644
--- a/child-death09.png
+++ b/res/child-death09.png
Binary files differ
diff --git a/child-death10.png b/res/child-death10.png
index 026e80b..026e80b 100644
--- a/child-death10.png
+++ b/res/child-death10.png
Binary files differ
diff --git a/child-death11.png b/res/child-death11.png
index da3cc0e..da3cc0e 100644
--- a/child-death11.png
+++ b/res/child-death11.png
Binary files differ
diff --git a/child-death12.png b/res/child-death12.png
index 8daba2a..8daba2a 100644
--- a/child-death12.png
+++ b/res/child-death12.png
Binary files differ
diff --git a/child-death13.png b/res/child-death13.png
index bc413e7..bc413e7 100644
--- a/child-death13.png
+++ b/res/child-death13.png
Binary files differ
diff --git a/child-death14.png b/res/child-death14.png
index f8dd4a5..f8dd4a5 100644
--- a/child-death14.png
+++ b/res/child-death14.png
Binary files differ
diff --git a/child-death15.png b/res/child-death15.png
index ecf60ae..ecf60ae 100644
--- a/child-death15.png
+++ b/res/child-death15.png
Binary files differ
diff --git a/child-death16.png b/res/child-death16.png
index e26737b..e26737b 100644
--- a/child-death16.png
+++ b/res/child-death16.png
Binary files differ
diff --git a/child-death17.png b/res/child-death17.png
index a94bedc..a94bedc 100644
--- a/child-death17.png
+++ b/res/child-death17.png
Binary files differ
diff --git a/child-death18.png b/res/child-death18.png
index dde6fc9..dde6fc9 100644
--- a/child-death18.png
+++ b/res/child-death18.png
Binary files differ
diff --git a/child-death19.png b/res/child-death19.png
index de03bec..de03bec 100644
--- a/child-death19.png
+++ b/res/child-death19.png
Binary files differ
diff --git a/child-death20.png b/res/child-death20.png
index 0214965..0214965 100644
--- a/child-death20.png
+++ b/res/child-death20.png
Binary files differ
diff --git a/child-death21.png b/res/child-death21.png
index a685cb1..a685cb1 100644
--- a/child-death21.png
+++ b/res/child-death21.png
Binary files differ
diff --git a/child-death22.png b/res/child-death22.png
index 3dfcca8..3dfcca8 100644
--- a/child-death22.png
+++ b/res/child-death22.png
Binary files differ
diff --git a/child.png b/res/child.png
index 2e5ce0c..2e5ce0c 100644
--- a/child.png
+++ b/res/child.png
Binary files differ
diff --git a/raptor-anim.png b/res/raptor-anim.png
index aae6d84..aae6d84 100644
--- a/raptor-anim.png
+++ b/res/raptor-anim.png
Binary files differ
diff --git a/raptor1.png b/res/raptor1.png
index 5bb4f2a..5bb4f2a 100644
--- a/raptor1.png
+++ b/res/raptor1.png
Binary files differ
diff --git a/raptor2.png b/res/raptor2.png
index 5a36718..5a36718 100644
--- a/raptor2.png
+++ b/res/raptor2.png
Binary files differ
diff --git a/raptor3.png b/res/raptor3.png
index acd582b..acd582b 100644
--- a/raptor3.png
+++ b/res/raptor3.png
Binary files differ