The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Hall of Tears
目前顯示第 1-3 項,共 3 項
更新:2020 年 6 月 1 日 @ 上午 11:30

更新:2020 年 5 月 31 日 @ 上午 9:40

- 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

更新:2020 年 5 月 29 日 @ 下午 5:50