Untitled

 avatar
unknown
plain_text
a year ago
141 B
3
Indexable
var keys = this.input.keyboard.addKeys({ up: 'W', left: 'A', down: 'S', right: 'D' });
// -> { up: Key, left: Key, down: Key, right: Key }
Editor is loading...
Leave a Comment