The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Hall of Tears
กำลังแสดง 1-3 จาก 3 รายการ
อัปเดต: 1 มิ.ย. 2020 @ 11: 30am

อัปเดต: 31 พ.ค. 2020 @ 9: 40am

- Added class specific functions for bosses and challenges, that way you have the ability do to things like Boss.SetHealth(health) instead of HallOfTears.CustomizeBossHealth(challengeName, bossName, health)

- Old functions are still included, the new functions are just an alternative

- Added Boss.BindToRoomLoaded(function) and HallOfTears.BindToBossRoomLoaded(challengeName, bossName, function) respectively. This is similar to BindToBossSpawn, but calls immediately when the boss room loads -- this was added mainly for people to implement stageapi rooms easier by using StageAPI.ChangeBackDrop when the room loads

- Added StageAPI pantheon mod example to example mods

อัปเดต: 29 พ.ค. 2020 @ 5: 50pm