aboutsummaryrefslogtreecommitdiff
path: root/Cat.js
diff options
context:
space:
mode:
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() {