isaacscript-common 1.0.586 → 1.0.587
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.
|
@@ -185,6 +185,7 @@ function ____exports.spawnGridEntity(self, gridEntityType, gridIndex)
|
|
|
185
185
|
end
|
|
186
186
|
function ____exports.spawnVoidPortal(self, gridIndex)
|
|
187
187
|
local voidPortal = ____exports.spawnGridEntityWithVariant(nil, GridEntityType.GRID_TRAPDOOR, 1, gridIndex)
|
|
188
|
+
voidPortal.VarData = 1
|
|
188
189
|
local sprite = voidPortal:GetSprite()
|
|
189
190
|
sprite:Load("gfx/grid/voidtrapdoor.anm2", true)
|
|
190
191
|
end
|