MCPcopy Create free account
hub / github.com/codecombat/codecombat / down

Method down

app/views/editor/level/thangs/ThangsTabView.js:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 right () { this.moveSelectedThangBy(1, 0) },
91 up () { this.moveSelectedThangBy(0, 1) },
92 down () { this.moveSelectedThangBy(0, -1) },
93 'alt+left' () { if (!key.shift) { this.rotateSelectedThangTo(Math.PI) } },
94 'alt+right' () { if (!key.shift) { this.rotateSelectedThangTo(0) } },
95 'alt+up' () { this.rotateSelectedThangTo(-Math.PI / 2) },

Callers

nothing calls this directly

Calls 1

moveSelectedThangByMethod · 0.95

Tested by

no test coverage detected