aboutsummaryrefslogtreecommitdiff
path: root/Gag.js
diff options
context:
space:
mode:
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;