From f706889fea7dcea3a30185f74a3214ff995cac52 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 4 Aug 2011 22:09:22 +0300 Subject: Move graphics to gfx/ (and introduce some _new_ gfx ...) --- Cat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cat.js') 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() { -- cgit v1.2.3