2ca697b1c19e0fe992b07f98fcb6a3c75b1efebb.js 836 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, constant, _crd;
  4. _export("constant", void 0);
  5. return {
  6. setters: [function (_cc) {
  7. _cclegacy = _cc.cclegacy;
  8. }],
  9. execute: function () {
  10. _crd = true;
  11. _cclegacy._RF.push({}, "1df6c4pgXFEuJ7dMru+rP3C", "constant", undefined);
  12. _export("constant", constant = class constant {});
  13. constant.EnemyPlaneType = {
  14. TYPE1: 1,
  15. TYPE2: 2
  16. };
  17. constant.Combination = {
  18. PLAN1: 1,
  19. PLAN2: 2,
  20. PLAN3: 3
  21. };
  22. constant.CollisionType = {
  23. SELF_PLANE: 1 << 1,
  24. ENEMY_PLANE: 1 << 2,
  25. SELF_BULLET: 1 << 3
  26. };
  27. _cclegacy._RF.pop();
  28. _crd = false;
  29. }
  30. };
  31. });
  32. //# sourceMappingURL=2ca697b1c19e0fe992b07f98fcb6a3c75b1efebb.js.map