aboutsummaryrefslogtreecommitdiff
path: root/Gag.js
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 /Gag.js
parent925e2c397f4be7ae9413b6e9e262b1bc47d5ce8c (diff)
downloadcatgag-f706889fea7dcea3a30185f74a3214ff995cac52.tar.gz
catgag-f706889fea7dcea3a30185f74a3214ff995cac52.zip
Move graphics to gfx/ (and introduce some _new_ gfx ...)
Diffstat (limited to 'Gag.js')
-rw-r--r--Gag.js2
1 files changed, 1 insertions, 1 deletions
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;