summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index eb88280..69e2c86 100644
--- a/client/index.html
+++ b/client/index.html
@@ -212,7 +212,7 @@
var width = 64;
var height = 64;
ctx.drawImage(Img.player,
- 0,0,
+ 0 /* base sprite */, (height * self.dir),
width, height,
x-width/2, y-height/2,
width, height);