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