UNPKG

phaser4-rex-plugins

Version:
6 lines 142 B
var RotateTo = function (direction) { direction -= this.face; this.rotate(direction); return this; } export default RotateTo;