UNPKG

@petkoneo/phaser3-rex-plugins

Version:
9 lines (8 loc) 138 B
var GetScale = function (a, b) { if (a === b) { return 1; } else { return a / b; } } export default GetScale;