diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2011-08-04 22:09:22 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2011-08-04 22:09:22 +0300 |
| commit | f706889fea7dcea3a30185f74a3214ff995cac52 (patch) | |
| tree | dbe6c45763512b95db31e4bd4dd563ff3fb223f8 /Cat.js | |
| parent | 925e2c397f4be7ae9413b6e9e262b1bc47d5ce8c (diff) | |
| download | catgag-f706889fea7dcea3a30185f74a3214ff995cac52.tar.gz catgag-f706889fea7dcea3a30185f74a3214ff995cac52.zip | |
Move graphics to gfx/ (and introduce some _new_ gfx ...)
Diffstat (limited to 'Cat.js')
| -rw-r--r-- | Cat.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
