1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, Sprite, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _crd, ccclass, property, Layout_Settings;
- function _initializerDefineProperty(target, property, descriptor, context) { if (!descriptor) return; Object.defineProperty(target, property, { enumerable: descriptor.enumerable, configurable: descriptor.configurable, writable: descriptor.writable, value: descriptor.initializer ? descriptor.initializer.call(context) : void 0 }); }
- function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
- function _initializerWarningHelper(descriptor, context) { throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.'); }
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- __checkObsolete__ = _cc.__checkObsolete__;
- __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
- _decorator = _cc._decorator;
- Button = _cc.Button;
- Component = _cc.Component;
- Sprite = _cc.Sprite;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "a23fc68/1dLFoa1EwXrpQkk", "Layout_Settings", undefined);
- __checkObsolete__(['_decorator', 'Button', 'Component', 'Node', 'Sprite']);
- ({
- ccclass,
- property
- } = _decorator);
- _export("Layout_Settings", Layout_Settings = (_dec = ccclass('Layout_Settings'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Button), _dec5 = property(Sprite), _dec6 = property(Sprite), _dec7 = property(Button), _dec(_class = (_class2 = class Layout_Settings extends Component {
- constructor(...args) {
- super(...args);
- _initializerDefineProperty(this, "Close_Btn", _descriptor, this);
- _initializerDefineProperty(this, "Music_Btn", _descriptor2, this);
- _initializerDefineProperty(this, "Sound_Btn", _descriptor3, this);
- _initializerDefineProperty(this, "Music_Polygon", _descriptor4, this);
- _initializerDefineProperty(this, "Sound_Polygon", _descriptor5, this);
- _initializerDefineProperty(this, "Defeat_Btn", _descriptor6, this);
- }
- }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Close_Btn", [_dec2], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Music_Btn", [_dec3], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Sound_Btn", [_dec4], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Music_Polygon", [_dec5], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Sound_Polygon", [_dec6], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Defeat_Btn", [_dec7], {
- configurable: true,
- enumerable: true,
- writable: true,
- initializer: null
- })), _class2)) || _class));
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=627012f5c23838d9150e9fc023d52370af9277ba.js.map
|