()
| 87 | 'ctrl+shift+z, ⌘+shift+z': 'redo', |
| 88 | 'alt+c': 'toggleSelectedThangCollision', |
| 89 | left () { this.moveSelectedThangBy(-1, 0) }, |
| 90 | right () { this.moveSelectedThangBy(1, 0) }, |
| 91 | up () { this.moveSelectedThangBy(0, 1) }, |
| 92 | down () { this.moveSelectedThangBy(0, -1) }, |
nothing calls this directly
no test coverage detected