isaacscript-common 58.0.0 → 59.0.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.
- package/dist/isaacscript-common.lua +11 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 59.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -6413,8 +6413,8 @@ ____exports.EffectVariant.CRACK_WAVE = 72
|
|
|
6413
6413
|
____exports.EffectVariant[____exports.EffectVariant.CRACK_WAVE] = "CRACK_WAVE"
|
|
6414
6414
|
____exports.EffectVariant.SHOCKWAVE_RANDOM = 73
|
|
6415
6415
|
____exports.EffectVariant[____exports.EffectVariant.SHOCKWAVE_RANDOM] = "SHOCKWAVE_RANDOM"
|
|
6416
|
-
____exports.EffectVariant.
|
|
6417
|
-
____exports.EffectVariant[____exports.EffectVariant.
|
|
6416
|
+
____exports.EffectVariant.CARPET = 74
|
|
6417
|
+
____exports.EffectVariant[____exports.EffectVariant.CARPET] = "CARPET"
|
|
6418
6418
|
____exports.EffectVariant.BAR_PARTICLE = 75
|
|
6419
6419
|
____exports.EffectVariant[____exports.EffectVariant.BAR_PARTICLE] = "BAR_PARTICLE"
|
|
6420
6420
|
____exports.EffectVariant.DICE_FLOOR = 76
|
|
@@ -9513,6 +9513,14 @@ ____exports.HeavenLightDoorSubType.HEAVEN_DOOR = 0
|
|
|
9513
9513
|
____exports.HeavenLightDoorSubType[____exports.HeavenLightDoorSubType.HEAVEN_DOOR] = "HEAVEN_DOOR"
|
|
9514
9514
|
____exports.HeavenLightDoorSubType.MOONLIGHT = 1
|
|
9515
9515
|
____exports.HeavenLightDoorSubType[____exports.HeavenLightDoorSubType.MOONLIGHT] = "MOONLIGHT"
|
|
9516
|
+
--- For `EntityType.EFFECT` (1000), `EffectVariant.CARPET` (74).
|
|
9517
|
+
____exports.CarpetSubType = {}
|
|
9518
|
+
____exports.CarpetSubType.ISAACS_CARPET = 0
|
|
9519
|
+
____exports.CarpetSubType[____exports.CarpetSubType.ISAACS_CARPET] = "ISAACS_CARPET"
|
|
9520
|
+
____exports.CarpetSubType.MOMS_CARPET_1 = 1
|
|
9521
|
+
____exports.CarpetSubType[____exports.CarpetSubType.MOMS_CARPET_1] = "MOMS_CARPET_1"
|
|
9522
|
+
____exports.CarpetSubType.MOMS_CARPET_2 = 2
|
|
9523
|
+
____exports.CarpetSubType[____exports.CarpetSubType.MOMS_CARPET_2] = "MOMS_CARPET_2"
|
|
9516
9524
|
--- For `EntityType.EFFECT` (1000), `EffectVariant.DICE_FLOOR` (76).
|
|
9517
9525
|
____exports.DiceFloorSubType = {}
|
|
9518
9526
|
____exports.DiceFloorSubType.ONE_PIP = 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "59.0.0",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"main": "dist/src/index",
|
|
26
26
|
"types": "dist/index.rollup.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"isaac-typescript-definitions": "^
|
|
28
|
+
"isaac-typescript-definitions": "^27.0.0"
|
|
29
29
|
}
|
|
30
30
|
}
|