aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2011-08-04 22:09:22 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2011-08-04 22:09:22 +0300
commitf706889fea7dcea3a30185f74a3214ff995cac52 (patch)
treedbe6c45763512b95db31e4bd4dd563ff3fb223f8
parent925e2c397f4be7ae9413b6e9e262b1bc47d5ce8c (diff)
downloadcatgag-f706889fea7dcea3a30185f74a3214ff995cac52.tar.gz
catgag-f706889fea7dcea3a30185f74a3214ff995cac52.zip
Move graphics to gfx/ (and introduce some _new_ gfx ...)
-rw-r--r--Cat.js2
-rw-r--r--Gag.js2
-rw-r--r--gfx/bg.pngbin0 -> 88112 bytes
-rw-r--r--gfx/cat.jpg (renamed from cat.jpg)bin1552 -> 1552 bytes
-rw-r--r--gfx/catgag.png (renamed from catgag.png)bin903 -> 903 bytes
-rw-r--r--gfx/vacuum.jpgbin0 -> 40231 bytes
-rw-r--r--gfx/vacuum.pngbin0 -> 54451 bytes
-rw-r--r--gfx/vacuum_1.pngbin0 -> 26064 bytes
-rw-r--r--gfx/vacuum_11.pngbin0 -> 15778 bytes
-rw-r--r--gfx/vacuum_12.pngbin0 -> 10423 bytes
-rw-r--r--gfx/vacuum_2.pngbin0 -> 27416 bytes
-rw-r--r--gfx/vacuum_21.pngbin0 -> 11774 bytes
-rw-r--r--gfx/vacuum_22.pngbin0 -> 18033 bytes
13 files changed, 2 insertions, 2 deletions
diff --git a/Cat.js b/Cat.js
index 02f2e96..f00ffbc 100644
--- a/Cat.js
+++ b/Cat.js
@@ -19,7 +19,7 @@ var p = Cat.prototype = new Container();
this.img = new Image();
this.img.onload = function() { _this.setup(); };
- this.img.src = "cat.jpg";
+ this.img.src = "gfx/cat.jpg";
};
p.setup = function() {
diff --git a/Gag.js b/Gag.js
index 33a068d..2fa4754 100644
--- a/Gag.js
+++ b/Gag.js
@@ -10,7 +10,7 @@ var p = Gag.prototype = new Container();
Gag.img.onload = function() {
Gag.gfx = new Bitmap(Gag.img);
}
- Gag.img.src = "catgag.png";
+ Gag.img.src = "gfx/catgag.png";
}
Gag.initialize();
Gag.count = 0;
diff --git a/gfx/bg.png b/gfx/bg.png
new file mode 100644
index 0000000..9fa7cbc
--- /dev/null
+++ b/gfx/bg.png
Binary files differ
diff --git a/cat.jpg b/gfx/cat.jpg
index 13c5be2..13c5be2 100644
--- a/cat.jpg
+++ b/gfx/cat.jpg
Binary files differ
diff --git a/catgag.png b/gfx/catgag.png
index 1352927..1352927 100644
--- a/catgag.png
+++ b/gfx/catgag.png
Binary files differ
diff --git a/gfx/vacuum.jpg b/gfx/vacuum.jpg
new file mode 100644
index 0000000..ea03dae
--- /dev/null
+++ b/gfx/vacuum.jpg
Binary files differ
diff --git a/gfx/vacuum.png b/gfx/vacuum.png
new file mode 100644
index 0000000..1d61574
--- /dev/null
+++ b/gfx/vacuum.png
Binary files differ
diff --git a/gfx/vacuum_1.png b/gfx/vacuum_1.png
new file mode 100644
index 0000000..c682aaf
--- /dev/null
+++ b/gfx/vacuum_1.png
Binary files differ
diff --git a/gfx/vacuum_11.png b/gfx/vacuum_11.png
new file mode 100644
index 0000000..9748274
--- /dev/null
+++ b/gfx/vacuum_11.png
Binary files differ
diff --git a/gfx/vacuum_12.png b/gfx/vacuum_12.png
new file mode 100644
index 0000000..0b28cb8
--- /dev/null
+++ b/gfx/vacuum_12.png
Binary files differ
diff --git a/gfx/vacuum_2.png b/gfx/vacuum_2.png
new file mode 100644
index 0000000..2139c4b
--- /dev/null
+++ b/gfx/vacuum_2.png
Binary files differ
diff --git a/gfx/vacuum_21.png b/gfx/vacuum_21.png
new file mode 100644
index 0000000..6b119c7
--- /dev/null
+++ b/gfx/vacuum_21.png
Binary files differ
diff --git a/gfx/vacuum_22.png b/gfx/vacuum_22.png
new file mode 100644
index 0000000..f7f9055
--- /dev/null
+++ b/gfx/vacuum_22.png
Binary files differ