Skip to content

Commit

Permalink
Add swipe support. Modules can implement swipeLeft (etc). Swipes cont…
Browse files Browse the repository at this point in the history
…rol movement in the World module (map).
  • Loading branch information
evilDave authored and David Clark committed Jul 5, 2013
1 parent 7f1efd4 commit e9679b3
Show file tree
Hide file tree
Showing 5 changed files with 761 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<link rel="image_src" href="img/adr.png" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="lib/jquery.color-2.1.2.min.js"></script>
<script src="lib/jquery.event.move.js"></script>
<script src="lib/jquery.event.swipe.js"></script>
<script src="script/Button.js"></script>
<script src="script/engine.js"></script>
<script src="script/header.js"></script>
Expand Down
Loading

0 comments on commit e9679b3

Please sign in to comment.