UNPKG

phaser3-rex-plugins-fix-chun

Version:
7 lines (6 loc) 137 B
var Contains = function (x, y) { x -= this.x; y -= this.y; return this.geom.contains(x, y); } export default Contains;