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

Method a

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

Source from the content-addressed store, hash-verified

104 'shift+-' () { this.scaleSelectedThangBy(-1) },
105 w () { this.panSurfaceBy(0, -1) },
106 a () { this.panSurfaceBy(-1, 0) },
107 s () { this.panSurfaceBy(0, 1) },
108 d () { this.panSurfaceBy(1, 0) },
109 }

Callers

nothing calls this directly

Calls 1

panSurfaceByMethod · 0.95

Tested by

no test coverage detected