UNPKG

phaser3-rex-plugins-fix-chun

Version:
9 lines (6 loc) 236 B
import { SetPadding as SetPaddingBase } from '../../../../utils/padding/PaddingMethods.js'; var SetPadding = function (key, value) { SetPaddingBase(this.padding, key, value); return this; }; export default SetPadding;