UNPKG

@petkoneo/phaser3-rex-plugins

Version:
9 lines (6 loc) 228 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;