Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-10-29 01:16:54 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-10-29 01:16:54 (GMT)
commit3fdf076f33fada2e7c0d68c554187334aa10731d (patch)
tree3691426792becb30839be6e1db75e692298595de /images
parent42367fa8e47d51dd50e50b32c33bf396df87babc (diff)
Added files with pygame part to the main activity
Diffstat (limited to 'images')
-rw-r--r--images/cross.pngbin0 -> 225 bytes
-rw-r--r--images/floor_tile.pngbin0 -> 645 bytes
-rw-r--r--images/jump.json12
-rw-r--r--images/jump.pngbin0 -> 5803 bytes
-rw-r--r--images/stand.json6
-rw-r--r--images/stand.pngbin0 -> 1304 bytes
-rw-r--r--images/walk.json21
-rw-r--r--images/walk.pngbin0 -> 28154 bytes
-rw-r--r--images/wall_tile.pngbin0 -> 614 bytes
9 files changed, 39 insertions, 0 deletions
diff --git a/images/cross.png b/images/cross.png
new file mode 100644
index 0000000..1fcf27b
--- /dev/null
+++ b/images/cross.png
Binary files differ
diff --git a/images/floor_tile.png b/images/floor_tile.png
new file mode 100644
index 0000000..1acaef1
--- /dev/null
+++ b/images/floor_tile.png
Binary files differ
diff --git a/images/jump.json b/images/jump.json
new file mode 100644
index 0000000..0ed47be
--- /dev/null
+++ b/images/jump.json
@@ -0,0 +1,12 @@
+{
+ "displacement": [126, 0],
+ "frames": [
+ [11, 7, 73, 70, -40, -58],
+ [97, 14, 88, 56, -48, -44],
+ [195, 1, 80, 83, -8, -103],
+ [291, 3, 76, 78, 27, -115],
+ [5, 91, 85, 70, 56, -102],
+ [95, 94, 93, 64, 73, -49],
+ [198, 90, 74, 73, 82, -61]
+ ]
+}
diff --git a/images/jump.png b/images/jump.png
new file mode 100644
index 0000000..ef71c83
--- /dev/null
+++ b/images/jump.png
Binary files differ
diff --git a/images/stand.json b/images/stand.json
new file mode 100644
index 0000000..cde8bf8
--- /dev/null
+++ b/images/stand.json
@@ -0,0 +1,6 @@
+{
+ "displacement": [0, 0],
+ "frames": [
+ [0, 0, 82, 180, -43, -171]
+ ]
+}
diff --git a/images/stand.png b/images/stand.png
new file mode 100644
index 0000000..02f4216
--- /dev/null
+++ b/images/stand.png
Binary files differ
diff --git a/images/walk.json b/images/walk.json
new file mode 100644
index 0000000..7345b63
--- /dev/null
+++ b/images/walk.json
@@ -0,0 +1,21 @@
+{
+ "displacement": [65, 0],
+ "frames": [
+ [2, 2, 68, 165, -27, -159],
+ [73, 3, 71, 164, -22, -156],
+ [147, 5, 66, 159, -20, -153],
+ [219, 6, 66, 158, -18, -153],
+ [3, 171, 67, 166, -15, -162],
+ [75, 172, 67, 164, -10, -160],
+ [146, 170, 68, 168, -3, -163],
+ [220, 171, 65, 165, 1, -161],
+ [3, 340, 66, 166, 4, -159],
+ [75, 340, 67, 166, 8, -158],
+ [146, 341, 68, 164, 8, -159],
+ [219, 341, 67, 163, 12, -158],
+ [3, 510, 66, 163, 16, -158],
+ [75, 511, 66, 162, 24, -157],
+ [146, 509, 69, 165, 29, -160],
+ [218, 509, 68, 165, 37, -160]
+ ]
+}
diff --git a/images/walk.png b/images/walk.png
new file mode 100644
index 0000000..e1ed450
--- /dev/null
+++ b/images/walk.png
Binary files differ
diff --git a/images/wall_tile.png b/images/wall_tile.png
new file mode 100644
index 0000000..14b1759
--- /dev/null
+++ b/images/wall_tile.png
Binary files differ