isaacscript-common 17.4.2 → 17.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist/index.d.ts +13 -5
  2. package/dist/isaacscript-common.lua +29 -24
  3. package/dist/src/callbacks.d.ts +1 -1
  4. package/dist/src/classes/features/other/ModdedElementSets.d.ts.map +1 -1
  5. package/dist/src/classes/features/other/ModdedElementSets.lua +6 -3
  6. package/dist/src/classes/features/other/customStages/backdrop.d.ts.map +1 -1
  7. package/dist/src/classes/features/other/customStages/shadows.d.ts.map +1 -1
  8. package/dist/src/classes/features/other/customStages/streakText.d.ts.map +1 -1
  9. package/dist/src/classes/features/other/customStages/versusScreen.d.ts.map +1 -1
  10. package/dist/src/classes/features/other/customStages/versusScreen.lua +6 -10
  11. package/dist/src/functions/input.d.ts +11 -3
  12. package/dist/src/functions/input.d.ts.map +1 -1
  13. package/dist/src/functions/input.lua +18 -4
  14. package/dist/src/functions/roomShape.lua +0 -2
  15. package/dist/src/objects/LRoomShapeToRectangles.d.ts +5 -5
  16. package/dist/src/objects/LRoomShapeToRectangles.d.ts.map +1 -1
  17. package/dist/src/objects/backdropTypeToRockAltType.d.ts +60 -2
  18. package/dist/src/objects/backdropTypeToRockAltType.d.ts.map +1 -1
  19. package/dist/src/objects/bossNamePNGFileNames.d.ts +101 -2
  20. package/dist/src/objects/bossNamePNGFileNames.d.ts.map +1 -1
  21. package/dist/src/objects/bossPortraitPNGFileNames.d.ts +101 -2
  22. package/dist/src/objects/bossPortraitPNGFileNames.d.ts.map +1 -1
  23. package/dist/src/objects/cardDescriptions.d.ts +98 -2
  24. package/dist/src/objects/cardDescriptions.d.ts.map +1 -1
  25. package/dist/src/objects/cardNames.d.ts +98 -2
  26. package/dist/src/objects/cardNames.d.ts.map +1 -1
  27. package/dist/src/objects/challengeNames.d.ts +46 -2
  28. package/dist/src/objects/challengeNames.d.ts.map +1 -1
  29. package/dist/src/objects/characterDamageMultipliers.d.ts +42 -2
  30. package/dist/src/objects/characterDamageMultipliers.d.ts.map +1 -1
  31. package/dist/src/objects/characterNames.d.ts +42 -2
  32. package/dist/src/objects/characterNames.d.ts.map +1 -1
  33. package/dist/src/objects/coinSubTypeToValue.d.ts +8 -2
  34. package/dist/src/objects/coinSubTypeToValue.d.ts.map +1 -1
  35. package/dist/src/objects/directionNames.d.ts +5 -2
  36. package/dist/src/objects/directionNames.d.ts.map +1 -1
  37. package/dist/src/objects/directionToDegrees.d.ts +5 -2
  38. package/dist/src/objects/directionToDegrees.d.ts.map +1 -1
  39. package/dist/src/objects/directionToVector.d.ts +1 -1
  40. package/dist/src/objects/directionToVector.d.ts.map +1 -1
  41. package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts +2 -2
  42. package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -1
  43. package/dist/src/objects/doorSlotToDirection.d.ts +10 -2
  44. package/dist/src/objects/doorSlotToDirection.d.ts.map +1 -1
  45. package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts +45 -2
  46. package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
  47. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts +5 -2
  48. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -1
  49. package/dist/src/objects/isaacAPIClassTypeToFunctions.d.ts +1 -1
  50. package/dist/src/objects/languageNames.d.ts +7 -2
  51. package/dist/src/objects/languageNames.d.ts.map +1 -1
  52. package/dist/src/objects/oppositeDoorSlots.d.ts +9 -1
  53. package/dist/src/objects/oppositeDoorSlots.d.ts.map +1 -1
  54. package/dist/src/objects/pillEffectClasses.d.ts +51 -2
  55. package/dist/src/objects/pillEffectClasses.d.ts.map +1 -1
  56. package/dist/src/objects/pillEffectNames.d.ts +50 -2
  57. package/dist/src/objects/pillEffectNames.d.ts.map +1 -1
  58. package/dist/src/objects/pillEffectTypes.d.ts +51 -2
  59. package/dist/src/objects/pillEffectTypes.d.ts.map +1 -1
  60. package/dist/src/objects/playerNamePNGFileNames.d.ts +42 -2
  61. package/dist/src/objects/playerNamePNGFileNames.d.ts.map +1 -1
  62. package/dist/src/objects/playerPortraitPNGFileNames.d.ts +42 -2
  63. package/dist/src/objects/playerPortraitPNGFileNames.d.ts.map +1 -1
  64. package/dist/src/objects/roomShapeBounds.d.ts +1 -1
  65. package/dist/src/objects/roomShapeBounds.d.ts.map +1 -1
  66. package/dist/src/objects/roomShapeCorners.d.ts +1 -1
  67. package/dist/src/objects/roomShapeCorners.d.ts.map +1 -1
  68. package/dist/src/objects/roomShapeLayoutSizes.d.ts +1 -1
  69. package/dist/src/objects/roomShapeLayoutSizes.d.ts.map +1 -1
  70. package/dist/src/objects/roomShapeToBottomRightPosition.d.ts +1 -1
  71. package/dist/src/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
  72. package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts +1 -1
  73. package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -1
  74. package/dist/src/objects/roomShapeToDoorSlots.d.ts +1 -1
  75. package/dist/src/objects/roomShapeToDoorSlots.d.ts.map +1 -1
  76. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +1 -1
  77. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -1
  78. package/dist/src/objects/roomShapeToGridWidth.d.ts +12 -2
  79. package/dist/src/objects/roomShapeToGridWidth.d.ts.map +1 -1
  80. package/dist/src/objects/roomShapeToTopLeftPosition.d.ts +1 -1
  81. package/dist/src/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
  82. package/dist/src/objects/roomShapeVolumes.d.ts +12 -2
  83. package/dist/src/objects/roomShapeVolumes.d.ts.map +1 -1
  84. package/dist/src/objects/roomTypeGotoPrefixes.d.ts +29 -2
  85. package/dist/src/objects/roomTypeGotoPrefixes.d.ts.map +1 -1
  86. package/dist/src/objects/roomTypeNames.d.ts +29 -2
  87. package/dist/src/objects/roomTypeNames.d.ts.map +1 -1
  88. package/dist/src/objects/stageTypeSuffixes.d.ts +6 -2
  89. package/dist/src/objects/stageTypeSuffixes.d.ts.map +1 -1
  90. package/dist/src/objects/stageTypeToLetter.d.ts +6 -2
  91. package/dist/src/objects/stageTypeToLetter.d.ts.map +1 -1
  92. package/dist/src/objects/transformationNames.d.ts +14 -2
  93. package/dist/src/objects/transformationNames.d.ts.map +1 -1
  94. package/dist/src/objects/versusScreenBackgroundColors.d.ts +1 -1
  95. package/dist/src/objects/versusScreenBackgroundColors.d.ts.map +1 -1
  96. package/dist/src/objects/versusScreenDirtSpotColors.d.ts +1 -1
  97. package/dist/src/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
  98. package/dist/src/types/HasAllEnumKeys.d.ts +2 -2
  99. package/package.json +1 -1
  100. package/src/callbacks.ts +2 -2
  101. package/src/classes/features/other/ModdedElementSets.ts +3 -0
  102. package/src/classes/features/other/customStages/backdrop.ts +4 -5
  103. package/src/classes/features/other/customStages/shadows.ts +3 -4
  104. package/src/classes/features/other/customStages/streakText.ts +3 -4
  105. package/src/classes/features/other/customStages/versusScreen.ts +4 -12
  106. package/src/functions/input.ts +19 -5
  107. package/src/objects/LRoomShapeToRectangles.ts +8 -6
  108. package/src/objects/backdropTypeToRockAltType.ts +3 -4
  109. package/src/objects/bossNamePNGFileNames.ts +3 -4
  110. package/src/objects/bossPortraitPNGFileNames.ts +3 -4
  111. package/src/objects/cardDescriptions.ts +3 -2
  112. package/src/objects/cardNames.ts +3 -2
  113. package/src/objects/challengeNames.ts +3 -2
  114. package/src/objects/characterDamageMultipliers.ts +3 -4
  115. package/src/objects/characterNames.ts +3 -2
  116. package/src/objects/coinSubTypeToValue.ts +3 -2
  117. package/src/objects/directionNames.ts +3 -4
  118. package/src/objects/directionToDegrees.ts +3 -4
  119. package/src/objects/directionToVector.ts +3 -1
  120. package/src/objects/doorSlotFlagToDoorSlot.ts +3 -4
  121. package/src/objects/doorSlotToDirection.ts +12 -12
  122. package/src/objects/doorSlotToDoorSlotFlag.ts +3 -4
  123. package/src/objects/isaacAPIClassTypeToBrand.ts +6 -4
  124. package/src/objects/isaacAPIClassTypeToFunctions.ts +3 -3
  125. package/src/objects/languageNames.ts +3 -4
  126. package/src/objects/oppositeDoorSlots.ts +3 -4
  127. package/src/objects/pillEffectClasses.ts +3 -4
  128. package/src/objects/pillEffectNames.ts +3 -2
  129. package/src/objects/pillEffectTypes.ts +3 -4
  130. package/src/objects/playerNamePNGFileNames.ts +3 -4
  131. package/src/objects/playerPortraitPNGFileNames.ts +3 -4
  132. package/src/objects/roomShapeBounds.ts +3 -1
  133. package/src/objects/roomShapeCorners.ts +3 -1
  134. package/src/objects/roomShapeLayoutSizes.ts +3 -1
  135. package/src/objects/roomShapeToBottomRightPosition.ts +8 -3
  136. package/src/objects/roomShapeToDoorSlotCoordinates.ts +3 -1
  137. package/src/objects/roomShapeToDoorSlots.ts +3 -1
  138. package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +3 -1
  139. package/src/objects/roomShapeToGridWidth.ts +3 -4
  140. package/src/objects/roomShapeToTopLeftPosition.ts +5 -3
  141. package/src/objects/roomShapeVolumes.ts +3 -4
  142. package/src/objects/roomTypeGotoPrefixes.ts +3 -4
  143. package/src/objects/roomTypeNames.ts +3 -2
  144. package/src/objects/stageTypeSuffixes.ts +3 -4
  145. package/src/objects/stageTypeToLetter.ts +3 -2
  146. package/src/objects/transformationNames.ts +3 -2
  147. package/src/objects/versusScreenBackgroundColors.ts +4 -2
  148. package/src/objects/versusScreenDirtSpotColors.ts +4 -2
  149. package/src/types/HasAllEnumKeys.ts +2 -2
package/dist/index.d.ts CHANGED
@@ -6654,13 +6654,13 @@ export declare function gridPositionToWorldPosition(gridPosition: Vector): Vecto
6654
6654
  * [MyEnum.Value1]: "foo",
6655
6655
  * [MyEnum.Value2]: "bar",
6656
6656
  * [MyEnum.Value3]: "baz",
6657
- * } as const satisfies HasAllEnumKeys<MyEnum>;
6657
+ * } as const satisfies HasAllEnumKeys<MyEnum, string>;
6658
6658
  *
6659
6659
  * const value = MyEnumToString[MyEnum.Value2];
6660
6660
  * ```
6661
6661
  */
6662
6662
  export declare type HasAllEnumKeys<Enum extends string | number, T> = {
6663
- readonly [key in Enum]: T;
6663
+ readonly [Key in Enum]: T;
6664
6664
  };
6665
6665
 
6666
6666
  /**
@@ -6964,14 +6964,22 @@ declare interface IsaacAPIClassTypeToType {
6964
6964
  [CopyableIsaacAPIClassType.VECTOR]: Vector;
6965
6965
  }
6966
6966
 
6967
- /** Iterates over all inputs to determine if a particular button is pressed (i.e. held down). */
6968
- export declare function isActionPressedOnAnyInput(buttonAction: ButtonAction): boolean;
6967
+ /**
6968
+ * Iterates over all inputs to determine if a particular button is pressed (i.e. held down).
6969
+ *
6970
+ * This function is variadic, meaning you can pass as many buttons as you want to check for. This
6971
+ * function will return true if any of the buttons are pressed.
6972
+ */
6973
+ export declare function isActionPressedOnAnyInput(...buttonActions: ButtonAction[]): boolean;
6969
6974
 
6970
6975
  /**
6971
6976
  * Iterates over all inputs to determine if a particular button is triggered (i.e. held down and
6972
6977
  * then released).
6978
+ *
6979
+ * This function is variadic, meaning you can pass as many buttons as you want to check for. This
6980
+ * function will return true if any of the buttons are pressed.
6973
6981
  */
6974
- export declare function isActionTriggeredOnAnyInput(buttonAction: ButtonAction): boolean;
6982
+ export declare function isActionTriggeredOnAnyInput(...buttonActions: ButtonAction[]): boolean;
6975
6983
 
6976
6984
  /** Returns true if the item type in the item config is equal to `ItemType.ITEM_ACTIVE`. */
6977
6985
  export declare function isActiveCollectible(collectibleType: CollectibleType): boolean;
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 17.4.2
3
+ isaacscript-common 17.5.0
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -16308,6 +16308,10 @@ function ____exports.serializeKColor(self, kColor)
16308
16308
  kColorTable[SerializationBrand.K_COLOR] = ""
16309
16309
  return kColorTable
16310
16310
  end
16311
+ return ____exports
16312
+ end,
16313
+ ["src.types.HasAllEnumKeys"] = function(...)
16314
+ local ____exports = {}
16311
16315
  return ____exports
16312
16316
  end,
16313
16317
  ["src.objects.directionNames"] = function(...)
@@ -24294,8 +24298,6 @@ ____exports.NARROW_ROOM_SHAPES_SET = __TS__New(Set, {RoomShape.IH, RoomShape.IV,
24294
24298
  return ____exports
24295
24299
  end,
24296
24300
  ["src.functions.roomShape"] = function(...)
24297
- local ____lualib = require("lualib_bundle")
24298
- local Map = ____lualib.Map
24299
24301
  local ____exports = {}
24300
24302
  local ____isaac_2Dtypescript_2Ddefinitions = require("lua_modules.isaac-typescript-definitions.dist.src.index")
24301
24303
  local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
@@ -32592,8 +32594,8 @@ local Map = ____lualib.Map
32592
32594
  local __TS__New = ____lualib.__TS__New
32593
32595
  local __TS__Class = ____lualib.__TS__Class
32594
32596
  local __TS__ClassExtends = ____lualib.__TS__ClassExtends
32595
- local __TS__Decorate = ____lualib.__TS__Decorate
32596
32597
  local __TS__Iterator = ____lualib.__TS__Iterator
32598
+ local __TS__Decorate = ____lualib.__TS__Decorate
32597
32599
  local ____exports = {}
32598
32600
  local ____isaac_2Dtypescript_2Ddefinitions = require("lua_modules.isaac-typescript-definitions.dist.src.index")
32599
32601
  local CacheFlag = ____isaac_2Dtypescript_2Ddefinitions.CacheFlag
@@ -32873,6 +32875,9 @@ function ModdedElementSets.prototype.lazyInitFlyingCollectibleTypesSet(self)
32873
32875
  for ____, collectibleType in ipairs(CONDITIONAL_FLYING_COLLECTIBLE_TYPES) do
32874
32876
  permanentFlyingCollectibleTypes:delete(collectibleType)
32875
32877
  end
32878
+ for ____, collectibleType in __TS__Iterator(permanentFlyingCollectibleTypes:values()) do
32879
+ self.permanentFlyingCollectibleTypesSet:add(collectibleType)
32880
+ end
32876
32881
  end
32877
32882
  function ModdedElementSets.prototype.lazyInitFlyingTrinketTypesSet(self)
32878
32883
  if self.flyingTrinketTypesSet.size > 0 then
@@ -32896,7 +32901,7 @@ function ModdedElementSets.prototype.lazyInitEdenCollectibleTypesSet(self)
32896
32901
  for ____, collectibleType in ipairs(self:getCollectibleArray()) do
32897
32902
  do
32898
32903
  if isHiddenCollectible(nil, collectibleType) or collectibleHasTag(nil, collectibleType, ItemConfigTag.NO_EDEN) then
32899
- goto __continue71
32904
+ goto __continue73
32900
32905
  end
32901
32906
  if isActiveCollectible(nil, collectibleType) then
32902
32907
  self.edenActiveCollectibleTypesSet:add(collectibleType)
@@ -32905,7 +32910,7 @@ function ModdedElementSets.prototype.lazyInitEdenCollectibleTypesSet(self)
32905
32910
  self.edenPassiveCollectibleTypesSet:add(collectibleType)
32906
32911
  end
32907
32912
  end
32908
- ::__continue71::
32913
+ ::__continue73::
32909
32914
  end
32910
32915
  end
32911
32916
  function ModdedElementSets.prototype.lazyInitCardTypes(self)
@@ -34858,18 +34863,26 @@ end
34858
34863
  function ____exports.getShootActions(self)
34859
34864
  return ____exports.SHOOTING_ACTIONS_SET
34860
34865
  end
34861
- function ____exports.isActionPressedOnAnyInput(self, buttonAction)
34866
+ function ____exports.isActionPressedOnAnyInput(self, ...)
34867
+ local buttonActions = {...}
34862
34868
  local controllerIndexes = getEnumValues(nil, ControllerIndex)
34863
34869
  return __TS__ArraySome(
34864
34870
  controllerIndexes,
34865
- function(____, controllerIndex) return Input.IsActionPressed(buttonAction, controllerIndex) end
34871
+ function(____, controllerIndex) return __TS__ArraySome(
34872
+ buttonActions,
34873
+ function(____, buttonAction) return Input.IsActionPressed(buttonAction, controllerIndex) end
34874
+ ) end
34866
34875
  )
34867
34876
  end
34868
- function ____exports.isActionTriggeredOnAnyInput(self, buttonAction)
34877
+ function ____exports.isActionTriggeredOnAnyInput(self, ...)
34878
+ local buttonActions = {...}
34869
34879
  local controllerIndexes = getEnumValues(nil, ControllerIndex)
34870
34880
  return __TS__ArraySome(
34871
34881
  controllerIndexes,
34872
- function(____, controllerIndex) return Input.IsActionTriggered(buttonAction, controllerIndex) end
34882
+ function(____, controllerIndex) return __TS__ArraySome(
34883
+ buttonActions,
34884
+ function(____, buttonAction) return Input.IsActionTriggered(buttonAction, controllerIndex) end
34885
+ ) end
34873
34886
  )
34874
34887
  end
34875
34888
  function ____exports.isKeyboardPressed(self, ...)
@@ -39241,7 +39254,7 @@ local ____lualib = require("lualib_bundle")
39241
39254
  local __TS__ArraySome = ____lualib.__TS__ArraySome
39242
39255
  local __TS__ArrayFind = ____lualib.__TS__ArrayFind
39243
39256
  local ____exports = {}
39244
- local willVanillaVersusScreenPlay, getPlayerPNGPaths, getBossPNGPaths, getBossPNGPathsCustom, DEFAULT_CHARACTER, PNG_PATH_PREFIX, PLAYER_PORTRAIT_PNG_PATH_PREFIX
39257
+ local willVanillaVersusScreenPlay, getPlayerPNGPaths, getBossPNGPaths, getBossPNGPathsCustom, PNG_PATH_PREFIX, PLAYER_PORTRAIT_PNG_PATH_PREFIX
39245
39258
  local ____isaac_2Dtypescript_2Ddefinitions = require("lua_modules.isaac-typescript-definitions.dist.src.index")
39246
39259
  local BossID = ____isaac_2Dtypescript_2Ddefinitions.BossID
39247
39260
  local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
@@ -39290,16 +39303,13 @@ end
39290
39303
  function getPlayerPNGPaths(self)
39291
39304
  local player = Isaac.GetPlayer()
39292
39305
  local character = player:GetPlayerType()
39293
- local namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[character]
39294
- if namePNGFileName == nil then
39295
- namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[DEFAULT_CHARACTER]
39306
+ if character == PlayerType.POSSESSOR then
39307
+ error("Failed to get the player PNG paths since they are a possessor.")
39296
39308
  end
39297
- local namePNGPath = (PNG_PATH_PREFIX .. "/") .. tostring(namePNGFileName)
39309
+ local namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[character]
39310
+ local namePNGPath = (PNG_PATH_PREFIX .. "/") .. namePNGFileName
39298
39311
  local portraitFileName = PLAYER_PORTRAIT_PNG_FILE_NAMES[character]
39299
- if namePNGFileName == nil then
39300
- portraitFileName = PLAYER_PORTRAIT_PNG_FILE_NAMES[DEFAULT_CHARACTER]
39301
- end
39302
- local portraitPNGPath = (PLAYER_PORTRAIT_PNG_PATH_PREFIX .. "/") .. tostring(portraitFileName)
39312
+ local portraitPNGPath = (PLAYER_PORTRAIT_PNG_PATH_PREFIX .. "/") .. portraitFileName
39303
39313
  return {namePNGPath = namePNGPath, portraitPNGPath = portraitPNGPath}
39304
39314
  end
39305
39315
  function getBossPNGPaths(self, customStage)
@@ -39336,7 +39346,6 @@ function getBossPNGPathsCustom(self, customStage)
39336
39346
  end
39337
39347
  return matchingBossEntry.versusScreen
39338
39348
  end
39339
- DEFAULT_CHARACTER = PlayerType.ISAAC
39340
39349
  local DEFAULT_STAGE_ID = StageID.BASEMENT
39341
39350
  local VERSUS_SCREEN_ANIMATION_NAME = "Scene"
39342
39351
  local NUM_VERSUS_SCREEN_ANM2_LAYERS = 14
@@ -50554,10 +50563,6 @@ return ____exports
50554
50563
  end,
50555
50564
  ["src.types.AllButLast"] = function(...)
50556
50565
  local ____exports = {}
50557
- return ____exports
50558
- end,
50559
- ["src.types.HasAllEnumKeys"] = function(...)
50560
- local ____exports = {}
50561
50566
  return ____exports
50562
50567
  end,
50563
50568
  ["src.types.HasFunction"] = function(...)
@@ -102,7 +102,7 @@ declare const MOD_CALLBACK_CUSTOM_TO_CLASS: {
102
102
  readonly 99: typeof cc.PreNPCUpdateFilter;
103
103
  };
104
104
  export type ModCallbackCustomToClass = {
105
- readonly [key in keyof typeof MOD_CALLBACK_CUSTOM_TO_CLASS]: InstanceType<typeof MOD_CALLBACK_CUSTOM_TO_CLASS[key]>;
105
+ readonly [Key in keyof typeof MOD_CALLBACK_CUSTOM_TO_CLASS]: InstanceType<typeof MOD_CALLBACK_CUSTOM_TO_CLASS[Key]>;
106
106
  };
107
107
  export declare function getCallbacks(): ModCallbackCustomToClass;
108
108
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ModdedElementSets.d.ts","sourceRoot":"","sources":["../../../../../src/classes/features/other/ModdedElementSets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ModdedElementSets.d.ts","sourceRoot":"","sources":["../../../../../src/classes/features/other/ModdedElementSets.ts"],"names":[],"mappings":"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"}
@@ -4,8 +4,8 @@ local Map = ____lualib.Map
4
4
  local __TS__New = ____lualib.__TS__New
5
5
  local __TS__Class = ____lualib.__TS__Class
6
6
  local __TS__ClassExtends = ____lualib.__TS__ClassExtends
7
- local __TS__Decorate = ____lualib.__TS__Decorate
8
7
  local __TS__Iterator = ____lualib.__TS__Iterator
8
+ local __TS__Decorate = ____lualib.__TS__Decorate
9
9
  local ____exports = {}
10
10
  local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
11
11
  local CacheFlag = ____isaac_2Dtypescript_2Ddefinitions.CacheFlag
@@ -285,6 +285,9 @@ function ModdedElementSets.prototype.lazyInitFlyingCollectibleTypesSet(self)
285
285
  for ____, collectibleType in ipairs(CONDITIONAL_FLYING_COLLECTIBLE_TYPES) do
286
286
  permanentFlyingCollectibleTypes:delete(collectibleType)
287
287
  end
288
+ for ____, collectibleType in __TS__Iterator(permanentFlyingCollectibleTypes:values()) do
289
+ self.permanentFlyingCollectibleTypesSet:add(collectibleType)
290
+ end
288
291
  end
289
292
  function ModdedElementSets.prototype.lazyInitFlyingTrinketTypesSet(self)
290
293
  if self.flyingTrinketTypesSet.size > 0 then
@@ -308,7 +311,7 @@ function ModdedElementSets.prototype.lazyInitEdenCollectibleTypesSet(self)
308
311
  for ____, collectibleType in ipairs(self:getCollectibleArray()) do
309
312
  do
310
313
  if isHiddenCollectible(nil, collectibleType) or collectibleHasTag(nil, collectibleType, ItemConfigTag.NO_EDEN) then
311
- goto __continue71
314
+ goto __continue73
312
315
  end
313
316
  if isActiveCollectible(nil, collectibleType) then
314
317
  self.edenActiveCollectibleTypesSet:add(collectibleType)
@@ -317,7 +320,7 @@ function ModdedElementSets.prototype.lazyInitEdenCollectibleTypesSet(self)
317
320
  self.edenPassiveCollectibleTypesSet:add(collectibleType)
318
321
  end
319
322
  end
320
- ::__continue71::
323
+ ::__continue73::
321
324
  end
322
325
  end
323
326
  function ModdedElementSets.prototype.lazyInitCardTypes(self)
@@ -1 +1 @@
1
- {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/backdrop.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AA2EzE,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,CAcrE"}
1
+ {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/backdrop.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AA0EzE,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,CAcrE"}
@@ -1 +1 @@
1
- {"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/shadows.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAoCzE,wBAAgB,UAAU,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,CAqCzD"}
1
+ {"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/shadows.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAmCzE,wBAAgB,UAAU,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,CAqCzD"}
@@ -1 +1 @@
1
- {"version":3,"file":"streakText.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/streakText.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAMhF,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AA0EzE,UAAU,cAAc;IACtB,GAAG,EAAE;QACH,iDAAiD;QACjD,UAAU,EAAE,OAAO,CAAC;QAEpB,oFAAoF;QACpF,oCAAoC,EAAE,GAAG,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC;QAEhE,+BAA+B,EAAE,GAAG,GAAG,IAAI,CAAC;QAE5C,aAAa,EAAE;YACb,SAAS,EAAE,iBAAiB,CAAC;YAC7B,KAAK,EAAE,GAAG,CAAC;YACX,UAAU,EAAE,OAAO,CAAC;SACrB,CAAC;QAEF,gBAAgB,EAAE;YAChB,SAAS,EAAE,iBAAiB,CAAC;YAC7B,KAAK,EAAE,GAAG,CAAC;YACX,UAAU,EAAE,OAAO,CAAC;SACrB,CAAC;KACH,CAAC;CACH;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,cAAc,GAAG,IAAI,CAS5D;AA0FD,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,cAAc,EACjB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,MAAM,GACjB,IAAI,CAiBN;AA2ED,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,cAAc,GAAG,IAAI,CAW1D"}
1
+ {"version":3,"file":"streakText.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/streakText.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAMhF,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAyEzE,UAAU,cAAc;IACtB,GAAG,EAAE;QACH,iDAAiD;QACjD,UAAU,EAAE,OAAO,CAAC;QAEpB,oFAAoF;QACpF,oCAAoC,EAAE,GAAG,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC;QAEhE,+BAA+B,EAAE,GAAG,GAAG,IAAI,CAAC;QAE5C,aAAa,EAAE;YACb,SAAS,EAAE,iBAAiB,CAAC;YAC7B,KAAK,EAAE,GAAG,CAAC;YACX,UAAU,EAAE,OAAO,CAAC;SACrB,CAAC;QAEF,gBAAgB,EAAE;YAChB,SAAS,EAAE,iBAAiB,CAAC;YAC7B,KAAK,EAAE,GAAG,CAAC;YACX,UAAU,EAAE,OAAO,CAAC;SACrB,CAAC;KACH,CAAC;CACH;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,cAAc,GAAG,IAAI,CAS5D;AA0FD,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,cAAc,EACjB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,MAAM,GACjB,IAAI,CAiBN;AA2ED,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,cAAc,GAAG,IAAI,CAW1D"}
@@ -1 +1 @@
1
- {"version":3,"file":"versusScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/versusScreen.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAOzE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAU/C,UAAU,gBAAgB;IACxB,GAAG,EAAE;QACH,uBAAuB,EAAE,OAAO,CAAC;KAClC,CAAC;CACH;AAgFD,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,gBAAgB,EACnB,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,YAAY,GACzB,IAAI,CA0GN;AAuGD,wBAAgB,sBAAsB,CACpC,CAAC,EAAE,gBAAgB,EACnB,KAAK,EAAE,KAAK,EACZ,eAAe,EAAE,eAAe,GAC/B,IAAI,CAwCN"}
1
+ {"version":3,"file":"versusScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/classes/features/other/customStages/versusScreen.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAOzE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAU/C,UAAU,gBAAgB;IACxB,GAAG,EAAE;QACH,uBAAuB,EAAE,OAAO,CAAC;KAClC,CAAC;CACH;AA8ED,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,gBAAgB,EACnB,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,YAAY,GACzB,IAAI,CA0GN;AAiGD,wBAAgB,sBAAsB,CACpC,CAAC,EAAE,gBAAgB,EACnB,KAAK,EAAE,KAAK,EACZ,eAAe,EAAE,eAAe,GAC/B,IAAI,CAwCN"}
@@ -2,7 +2,7 @@ local ____lualib = require("lualib_bundle")
2
2
  local __TS__ArraySome = ____lualib.__TS__ArraySome
3
3
  local __TS__ArrayFind = ____lualib.__TS__ArrayFind
4
4
  local ____exports = {}
5
- local willVanillaVersusScreenPlay, getPlayerPNGPaths, getBossPNGPaths, getBossPNGPathsCustom, DEFAULT_CHARACTER, PNG_PATH_PREFIX, PLAYER_PORTRAIT_PNG_PATH_PREFIX
5
+ local willVanillaVersusScreenPlay, getPlayerPNGPaths, getBossPNGPaths, getBossPNGPathsCustom, PNG_PATH_PREFIX, PLAYER_PORTRAIT_PNG_PATH_PREFIX
6
6
  local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
7
7
  local BossID = ____isaac_2Dtypescript_2Ddefinitions.BossID
8
8
  local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
@@ -51,16 +51,13 @@ end
51
51
  function getPlayerPNGPaths(self)
52
52
  local player = Isaac.GetPlayer()
53
53
  local character = player:GetPlayerType()
54
- local namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[character]
55
- if namePNGFileName == nil then
56
- namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[DEFAULT_CHARACTER]
54
+ if character == PlayerType.POSSESSOR then
55
+ error("Failed to get the player PNG paths since they are a possessor.")
57
56
  end
58
- local namePNGPath = (PNG_PATH_PREFIX .. "/") .. tostring(namePNGFileName)
57
+ local namePNGFileName = PLAYER_NAME_PNG_FILE_NAMES[character]
58
+ local namePNGPath = (PNG_PATH_PREFIX .. "/") .. namePNGFileName
59
59
  local portraitFileName = PLAYER_PORTRAIT_PNG_FILE_NAMES[character]
60
- if namePNGFileName == nil then
61
- portraitFileName = PLAYER_PORTRAIT_PNG_FILE_NAMES[DEFAULT_CHARACTER]
62
- end
63
- local portraitPNGPath = (PLAYER_PORTRAIT_PNG_PATH_PREFIX .. "/") .. tostring(portraitFileName)
60
+ local portraitPNGPath = (PLAYER_PORTRAIT_PNG_PATH_PREFIX .. "/") .. portraitFileName
64
61
  return {namePNGPath = namePNGPath, portraitPNGPath = portraitPNGPath}
65
62
  end
66
63
  function getBossPNGPaths(self, customStage)
@@ -97,7 +94,6 @@ function getBossPNGPathsCustom(self, customStage)
97
94
  end
98
95
  return matchingBossEntry.versusScreen
99
96
  end
100
- DEFAULT_CHARACTER = PlayerType.ISAAC
101
97
  local DEFAULT_STAGE_ID = StageID.BASEMENT
102
98
  local VERSUS_SCREEN_ANIMATION_NAME = "Scene"
103
99
  --- The layers range from 0 to 13.
@@ -10,13 +10,21 @@ export declare const SHOOTING_ACTIONS_SET: ReadonlySet<ButtonAction>;
10
10
  export declare function controllerToString(controller: Controller): string | undefined;
11
11
  export declare function getMoveActions(): ReadonlySet<ButtonAction>;
12
12
  export declare function getShootActions(): ReadonlySet<ButtonAction>;
13
- /** Iterates over all inputs to determine if a particular button is pressed (i.e. held down). */
14
- export declare function isActionPressedOnAnyInput(buttonAction: ButtonAction): boolean;
13
+ /**
14
+ * Iterates over all inputs to determine if a particular button is pressed (i.e. held down).
15
+ *
16
+ * This function is variadic, meaning you can pass as many buttons as you want to check for. This
17
+ * function will return true if any of the buttons are pressed.
18
+ */
19
+ export declare function isActionPressedOnAnyInput(...buttonActions: ButtonAction[]): boolean;
15
20
  /**
16
21
  * Iterates over all inputs to determine if a particular button is triggered (i.e. held down and
17
22
  * then released).
23
+ *
24
+ * This function is variadic, meaning you can pass as many buttons as you want to check for. This
25
+ * function will return true if any of the buttons are pressed.
18
26
  */
19
- export declare function isActionTriggeredOnAnyInput(buttonAction: ButtonAction): boolean;
27
+ export declare function isActionTriggeredOnAnyInput(...buttonActions: ButtonAction[]): boolean;
20
28
  /**
21
29
  * Helper function to see if a particular keyboard key is being pressed down by the player.
22
30
  *
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/functions/input.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,UAAU,EAEV,QAAQ,EACT,MAAM,8BAA8B,CAAC;AAuBtC,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,YAAY,CAE1D,CAAC;AASF,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,YAAY,CAE1D,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,CAQ7E;AAED,wBAAgB,cAAc,IAAI,WAAW,CAAC,YAAY,CAAC,CAE1D;AAED,wBAAgB,eAAe,IAAI,WAAW,CAAC,YAAY,CAAC,CAE3D;AAED,gGAAgG;AAChG,wBAAgB,yBAAyB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAK7E;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CACzC,YAAY,EAAE,YAAY,GACzB,OAAO,CAKT;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,IAAI,EAAE,QAAQ,EAAE,GAAG,OAAO,CAI9D;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CAE9C;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAEhE;AAED,wBAAgB,6BAA6B,IAAI,OAAO,CAIvD;AAED,wBAAgB,+BAA+B,IAAI,OAAO,CAIzD;AAED,wBAAgB,aAAa,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAEjE;AAED,wBAAgB,8BAA8B,IAAI,OAAO,CAIxD;AAED,wBAAgB,gCAAgC,IAAI,OAAO,CAI1D;AAED;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,OAAO,GACjB,MAAM,GAAG,SAAS,CAQpB"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/functions/input.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,UAAU,EAEV,QAAQ,EACT,MAAM,8BAA8B,CAAC;AAuBtC,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,YAAY,CAE1D,CAAC;AASF,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,YAAY,CAE1D,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,CAQ7E;AAED,wBAAgB,cAAc,IAAI,WAAW,CAAC,YAAY,CAAC,CAE1D;AAED,wBAAgB,eAAe,IAAI,WAAW,CAAC,YAAY,CAAC,CAE3D;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACvC,GAAG,aAAa,EAAE,YAAY,EAAE,GAC/B,OAAO,CAOT;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,CACzC,GAAG,aAAa,EAAE,YAAY,EAAE,GAC/B,OAAO,CAOT;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,IAAI,EAAE,QAAQ,EAAE,GAAG,OAAO,CAI9D;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CAE9C;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAEhE;AAED,wBAAgB,6BAA6B,IAAI,OAAO,CAIvD;AAED,wBAAgB,+BAA+B,IAAI,OAAO,CAIzD;AAED,wBAAgB,aAAa,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAEjE;AAED,wBAAgB,8BAA8B,IAAI,OAAO,CAIxD;AAED,wBAAgB,gCAAgC,IAAI,OAAO,CAI1D;AAED;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,OAAO,GACjB,MAAM,GAAG,SAAS,CAQpB"}
@@ -46,20 +46,34 @@ function ____exports.getShootActions(self)
46
46
  return ____exports.SHOOTING_ACTIONS_SET
47
47
  end
48
48
  --- Iterates over all inputs to determine if a particular button is pressed (i.e. held down).
49
- function ____exports.isActionPressedOnAnyInput(self, buttonAction)
49
+ --
50
+ -- This function is variadic, meaning you can pass as many buttons as you want to check for. This
51
+ -- function will return true if any of the buttons are pressed.
52
+ function ____exports.isActionPressedOnAnyInput(self, ...)
53
+ local buttonActions = {...}
50
54
  local controllerIndexes = getEnumValues(nil, ControllerIndex)
51
55
  return __TS__ArraySome(
52
56
  controllerIndexes,
53
- function(____, controllerIndex) return Input.IsActionPressed(buttonAction, controllerIndex) end
57
+ function(____, controllerIndex) return __TS__ArraySome(
58
+ buttonActions,
59
+ function(____, buttonAction) return Input.IsActionPressed(buttonAction, controllerIndex) end
60
+ ) end
54
61
  )
55
62
  end
56
63
  --- Iterates over all inputs to determine if a particular button is triggered (i.e. held down and
57
64
  -- then released).
58
- function ____exports.isActionTriggeredOnAnyInput(self, buttonAction)
65
+ --
66
+ -- This function is variadic, meaning you can pass as many buttons as you want to check for. This
67
+ -- function will return true if any of the buttons are pressed.
68
+ function ____exports.isActionTriggeredOnAnyInput(self, ...)
69
+ local buttonActions = {...}
59
70
  local controllerIndexes = getEnumValues(nil, ControllerIndex)
60
71
  return __TS__ArraySome(
61
72
  controllerIndexes,
62
- function(____, controllerIndex) return Input.IsActionTriggered(buttonAction, controllerIndex) end
73
+ function(____, controllerIndex) return __TS__ArraySome(
74
+ buttonActions,
75
+ function(____, buttonAction) return Input.IsActionTriggered(buttonAction, controllerIndex) end
76
+ ) end
63
77
  )
64
78
  end
65
79
  --- Helper function to see if a particular keyboard key is being pressed down by the player.
@@ -1,5 +1,3 @@
1
- local ____lualib = require("lualib_bundle")
2
- local Map = ____lualib.Map
3
1
  local ____exports = {}
4
2
  local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
5
3
  local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
@@ -4,11 +4,11 @@ import { RoomShape } from "isaac-typescript-definitions";
4
4
  * wall would be at "Vector(-1, -1)".)
5
5
  */
6
6
  export declare const L_ROOM_SHAPE_TO_RECTANGLES: {
7
- readonly [key in RoomShape]?: readonly [
8
- verticalTopLeft: Vector,
9
- verticalBottomRight: Vector,
10
- horizontalTopLeft: Vector,
11
- horizontalBottomRight: Vector
7
+ readonly [Key in RoomShape]?: readonly [
8
+ verticalTopLeft: Readonly<Vector>,
9
+ verticalBottomRight: Readonly<Vector>,
10
+ horizontalTopLeft: Readonly<Vector>,
11
+ horizontalBottomRight: Readonly<Vector>
12
12
  ];
13
13
  };
14
14
  //# sourceMappingURL=LRoomShapeToRectangles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LRoomShapeToRectangles.d.ts","sourceRoot":"","sources":["../../../src/objects/LRoomShapeToRectangles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE;IACvC,QAAQ,EAAE,GAAG,IAAI,SAAS,CAAC,CAAC,EAAE,SAAS;QACrC,eAAe,EAAE,MAAM;QACvB,mBAAmB,EAAE,MAAM;QAC3B,iBAAiB,EAAE,MAAM;QACzB,qBAAqB,EAAE,MAAM;KAC9B;CA4BO,CAAC"}
1
+ {"version":3,"file":"LRoomShapeToRectangles.d.ts","sourceRoot":"","sources":["../../../src/objects/LRoomShapeToRectangles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD;;;GAGG;AAGH,eAAO,MAAM,0BAA0B,EAAE;IACvC,QAAQ,EAAE,GAAG,IAAI,SAAS,CAAC,CAAC,EAAE,SAAS;QACrC,eAAe,EAAE,QAAQ,CAAC,MAAM,CAAC;QACjC,mBAAmB,EAAE,QAAQ,CAAC,MAAM,CAAC;QACrC,iBAAiB,EAAE,QAAQ,CAAC,MAAM,CAAC;QACnC,qBAAqB,EAAE,QAAQ,CAAC,MAAM,CAAC;KACxC;CA4BO,CAAC"}
@@ -1,7 +1,65 @@
1
- import { BackdropType } from "isaac-typescript-definitions";
2
1
  import { RockAltType } from "../enums/RockAltType";
3
2
  /** Used by the `getRockAltType` function. */
4
3
  export declare const BACKDROP_TYPE_TO_ROCK_ALT_TYPE: {
5
- readonly [key in BackdropType]: RockAltType;
4
+ readonly 1: RockAltType.URN;
5
+ readonly 2: RockAltType.URN;
6
+ readonly 3: RockAltType.URN;
7
+ readonly 4: RockAltType.MUSHROOM;
8
+ readonly 5: RockAltType.MUSHROOM;
9
+ readonly 6: RockAltType.MUSHROOM;
10
+ readonly 7: RockAltType.SKULL;
11
+ readonly 8: RockAltType.SKULL;
12
+ readonly 9: RockAltType.SKULL;
13
+ readonly 10: RockAltType.POLYP;
14
+ readonly 11: RockAltType.POLYP;
15
+ readonly 12: RockAltType.POLYP;
16
+ readonly 13: RockAltType.POLYP;
17
+ readonly 14: RockAltType.SKULL;
18
+ readonly 15: RockAltType.URN;
19
+ readonly 16: RockAltType.SKULL;
20
+ readonly 17: RockAltType.URN;
21
+ readonly 18: RockAltType.URN;
22
+ readonly 19: RockAltType.URN;
23
+ readonly 20: RockAltType.URN;
24
+ readonly 21: RockAltType.URN;
25
+ readonly 22: RockAltType.URN;
26
+ readonly 23: RockAltType.MUSHROOM;
27
+ readonly 24: RockAltType.URN;
28
+ readonly 25: RockAltType.URN;
29
+ readonly 26: RockAltType.URN;
30
+ readonly 27: RockAltType.POLYP;
31
+ readonly 28: RockAltType.URN;
32
+ readonly 29: RockAltType.URN;
33
+ readonly 30: RockAltType.SKULL;
34
+ readonly 31: RockAltType.BUCKET_DOWNPOUR;
35
+ readonly 32: RockAltType.MUSHROOM;
36
+ readonly 33: RockAltType.SKULL;
37
+ readonly 34: RockAltType.POLYP;
38
+ readonly 35: RockAltType.URN;
39
+ readonly 36: RockAltType.BUCKET_DOWNPOUR;
40
+ readonly 37: RockAltType.MUSHROOM;
41
+ readonly 38: RockAltType.SKULL;
42
+ readonly 39: RockAltType.SKULL;
43
+ readonly 40: RockAltType.SKULL;
44
+ readonly 41: RockAltType.SKULL;
45
+ readonly 42: RockAltType.SKULL;
46
+ readonly 43: RockAltType.POLYP;
47
+ readonly 44: RockAltType.POLYP;
48
+ readonly 45: RockAltType.BUCKET_DROSS;
49
+ readonly 46: RockAltType.MUSHROOM;
50
+ readonly 47: RockAltType.SKULL;
51
+ readonly 48: RockAltType.POLYP;
52
+ readonly 49: RockAltType.URN;
53
+ readonly 50: RockAltType.URN;
54
+ readonly 51: RockAltType.URN;
55
+ readonly 52: RockAltType.URN;
56
+ readonly 53: RockAltType.URN;
57
+ readonly 54: RockAltType.URN;
58
+ readonly 55: RockAltType.URN;
59
+ readonly 56: RockAltType.URN;
60
+ readonly 57: RockAltType.URN;
61
+ readonly 58: RockAltType.MUSHROOM;
62
+ readonly 59: RockAltType.MUSHROOM;
63
+ readonly 60: RockAltType.SKULL;
6
64
  };
7
65
  //# sourceMappingURL=backdropTypeToRockAltType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"backdropTypeToRockAltType.d.ts","sourceRoot":"","sources":["../../../src/objects/backdropTypeToRockAltType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,6CAA6C;AAC7C,eAAO,MAAM,8BAA8B,EAAE;IAC3C,QAAQ,EAAE,GAAG,IAAI,YAAY,GAAG,WAAW;CA8DnC,CAAC"}
1
+ {"version":3,"file":"backdropTypeToRockAltType.d.ts","sourceRoot":"","sources":["../../../src/objects/backdropTypeToRockAltType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGnD,6CAA6C;AAC7C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DmB,CAAC"}
@@ -1,6 +1,105 @@
1
- import { BossID } from "isaac-typescript-definitions";
2
1
  /** Used when rendering the "versusscreen.anm2" sprite. */
3
2
  export declare const BOSS_NAME_PNG_FILE_NAMES: {
4
- readonly [key in BossID]: string;
3
+ readonly 1: "bossname_20.0_monstro.png";
4
+ readonly 2: "bossname_19.0_larryjr.png";
5
+ readonly 3: "bossname_28.0_chub.png";
6
+ readonly 4: "bossname_36.0_gurdy.png";
7
+ readonly 5: "bossname_43.0_monstro2.png";
8
+ readonly 6: "bossname_45.0_mom.png";
9
+ readonly 7: "bossname_62.1_scolex.png";
10
+ readonly 8: "bossname_78.0_momsheart.png";
11
+ readonly 9: "bossname_63.0_famine.png";
12
+ readonly 10: "bossname_64.0_pestilence.png";
13
+ readonly 11: "bossname_65.0_war.png";
14
+ readonly 12: "bossname_66.0_death.png";
15
+ readonly 13: "bossname_67.0_dukeofflies.png";
16
+ readonly 14: "bossname_68.0_peep.png";
17
+ readonly 15: "bossname_69.0_loki.png";
18
+ readonly 16: "bossname_74.0_blastocyst.png";
19
+ readonly 17: "bossname_79.0_gemini.png";
20
+ readonly 18: "bossname_71.0_fistula.png";
21
+ readonly 19: "bossname_43.1_gish.png";
22
+ readonly 20: "bossname_79.1_steven.png";
23
+ readonly 21: "bossname_28.1_chad.png";
24
+ readonly 22: "bossname_82.0_headlesshorseman.png";
25
+ readonly 23: "bossname_81.0_thefallen.png";
26
+ readonly 24: "bossname_84.0_satan.png";
27
+ readonly 25: "bossname_78.1_itlives.png";
28
+ readonly 26: "bossname_19.1_thehollow.png";
29
+ readonly 27: "bossname_28.2_carrionqueen.png";
30
+ readonly 28: "bossname_99.0_gurdyjr.png";
31
+ readonly 29: "bossname_67.1_thehusk.png";
32
+ readonly 30: "bossname_68.1_bloat.png";
33
+ readonly 31: "bossname_69.1_lokii.png";
34
+ readonly 32: "bossname_79.2_blightedovum.png";
35
+ readonly 33: "bossname_71.1_teratoma.png";
36
+ readonly 34: "bossname_100.0_widow.png";
37
+ readonly 35: "bossname_97.0_maskofinfamy.png";
38
+ readonly 36: "bossname_100.1_thewretched.png";
39
+ readonly 37: "bossname_62.0_pin.png";
40
+ readonly 38: "bossname_65.1_conquest.png";
41
+ readonly 39: "playername_01_isaac.png";
42
+ readonly 40: "bossname_102.1_bluebaby.png";
43
+ readonly 41: "bossname_101.0_daddylonglegs.png";
44
+ readonly 42: "bossname_101.1_triachnid.png";
45
+ readonly 43: "bossname_260.0_thehaunt.png";
46
+ readonly 44: "bossname_261.0_dingle.png";
47
+ readonly 45: "bossname_262.0_megamaw.png";
48
+ readonly 46: "bossname_263.0_megamaw2.png";
49
+ readonly 47: "bossname_264.0_megafatty.png";
50
+ readonly 48: "bossname_265.0_fatty2.png";
51
+ readonly 49: "bossname_266.0_mamagurdy.png";
52
+ readonly 50: "bossname_267.0_darkone.png";
53
+ readonly 51: "bossname_268.0_darkone2.png";
54
+ readonly 52: "bossname_269.0_polycephalus.png";
55
+ readonly 53: "bossname_270.0_megafred.png";
56
+ readonly 54: "bossname_273.0_thelamb.png";
57
+ readonly 55: "bossname_274.0_megasatan.png";
58
+ readonly 56: "bossname_276.0_gurglings.png";
59
+ readonly 57: "bossname_401.0_thestain.png";
60
+ readonly 58: "bossname_402.0_brownie.png";
61
+ readonly 59: "bossname_403.0_theforsaken.png";
62
+ readonly 60: "bossname_404.0_littlehorn.png";
63
+ readonly 61: "bossname_405.0_ragman.png";
64
+ readonly 62: "bossname_406.0_ultragreed.png";
65
+ readonly 63: "bossname_407.0_hush.png";
66
+ readonly 64: "bossname_dangle.png";
67
+ readonly 65: "bossname_turdlings.png";
68
+ readonly 66: "bossname_thefrail.png";
69
+ readonly 67: "bossname_ragmega.png";
70
+ readonly 68: "bossname_sisterssvis.png";
71
+ readonly 69: "bossname_bighorn.png";
72
+ readonly 70: "bossname_delirium.png";
73
+ readonly 72: "bossname_matriarch.png";
74
+ readonly 73: "bossname_polycephalus2.png";
75
+ readonly 74: "bossname_reapcreep.png";
76
+ readonly 75: "bossname_beelzeblub.png";
77
+ readonly 76: "bossname_wormwood.png";
78
+ readonly 77: "bossname_rainmaker.png";
79
+ readonly 78: "bossname_visage.png";
80
+ readonly 79: "bossname_siren.png";
81
+ readonly 80: "bossname_tufftwins.png";
82
+ readonly 81: "bossname_heretic.png";
83
+ readonly 82: "bossname_hornfel.png";
84
+ readonly 83: "bossname_gideon.png";
85
+ readonly 84: "bossname_babyplum.png";
86
+ readonly 85: "bossname_scourge.png";
87
+ readonly 86: "bossname_chimera.png";
88
+ readonly 87: "bossname_rotgut.png";
89
+ readonly 88: "bossname_mother.png";
90
+ readonly 89: "bossname_45.0_mom.png";
91
+ readonly 90: "bossname_78.0_momsheart.png";
92
+ readonly 91: "bossname_minmin.png";
93
+ readonly 92: "bossname_clog.png";
94
+ readonly 93: "bossname_singe.png";
95
+ readonly 94: "bossname_bumbino.png";
96
+ readonly 95: "bossname_colostomia.png";
97
+ readonly 96: "bossname_shell.png";
98
+ readonly 97: "bossname_turdlet.png";
99
+ readonly 98: "bossname_raglich.png";
100
+ readonly 99: "bossname_dogma.png";
101
+ readonly 100: "bossname_dogma.png";
102
+ readonly 101: "bossname_hornyboys.png";
103
+ readonly 102: "bossname_clutch.png";
5
104
  };
6
105
  //# sourceMappingURL=bossNamePNGFileNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bossNamePNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/bossNamePNGFileNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAEtD,0DAA0D;AAC1D,eAAO,MAAM,wBAAwB,EAAE;IACrC,QAAQ,EAAE,GAAG,IAAI,MAAM,GAAG,MAAM;CA4GxB,CAAC"}
1
+ {"version":3,"file":"bossNamePNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/bossNamePNGFileNames.ts"],"names":[],"mappings":"AAKA,0DAA0D;AAC1D,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Gc,CAAC"}