12345678910111213141516171819202122232425262728293031323334353637383940 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, constant, _crd;
- _export("constant", void 0);
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "1df6c4pgXFEuJ7dMru+rP3C", "constant", undefined);
- _export("constant", constant = class constant {});
- constant.EnemyPlaneType = {
- TYPE1: 1,
- TYPE2: 2
- };
- constant.Combination = {
- PLAN1: 1,
- PLAN2: 2,
- PLAN3: 3
- };
- constant.CollisionType = {
- SELF_PLANE: 1 << 1,
- ENEMY_PLANE: 1 << 2,
- SELF_BULLET: 1 << 3
- };
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=2ca697b1c19e0fe992b07f98fcb6a3c75b1efebb.js.map
|