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

Method left

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

Source from the content-addressed store, hash-verified

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) },

Callers

nothing calls this directly

Calls 1

moveSelectedThangByMethod · 0.95

Tested by

no test coverage detected