diff options
| author | Julie Lala <jules@okfoc.us> | 2014-12-02 01:14:23 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-12-02 01:14:23 -0500 |
| commit | 8d26b2871b711d18e042a7f14d1b7e9a253dee74 (patch) | |
| tree | 7a7d59a1cef5aed016ba7ab0c408ef40b372ecd6 /js/app.js | |
| parent | 54ca5fc7768b707394c3535b1415a6eb15533171 (diff) | |
change how shit wraps
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -77,26 +77,18 @@ function bind () { return case 38: // up e.preventDefault() - direction[0] = -1 - direction[1] = 0 current_canvas.focusLex(focused.y + direction[0], focused.x + direction[1]) break case 40: // down e.preventDefault() - direction[0] = 1 - direction[1] = 0 current_canvas.focusLex(focused.y + direction[0], focused.x + direction[1]) break case 37: // left e.preventDefault() - direction[0] = 0 - direction[1] = -1 current_canvas.focusLex(focused.y + direction[0], focused.x + direction[1]) break case 39: // right e.preventDefault() - direction[0] = 0 - direction[1] = 1 current_canvas.focusLex(focused.y + direction[0], focused.x + direction[1]) break // default: |
