The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

!CuerLib
Showing 91-100 of 116 entries
< 1 ... 8  9  10  11  12 >
Update: Apr 23, 2023 @ 8:27am

* Added active item counter and border render support for J&E pressing drop button.
* 加入了主动道具计数器和白边渲染的,雅各和以扫按下丢弃键时的支持。

Update: Apr 23, 2023 @ 4:38am

* Fixed an issue that Inputs.IsPressingShoot cannot check mouse control correctly.
* 修复Inputs.IsPressingShoot对鼠标判断错误的问题。

Update: Apr 16, 2023 @ 1:00am

* Added a function to draw Active Items' white borders.
* 添加绘制主动道具白边的函数。
* Added a return parameter to change the offset of acitve items' counters.
* 添加可以自定义主动道具计数器偏移量的返回值。

Update: Apr 12, 2023 @ 12:16am

* Added ShowAnim return parameter for Callback CLC_RELEASE_HOLDING_ACTIVE.
* 为回调CLC_RELEASE_HOLDING_ACTIVE加入返回参数ShowAnim。

Update: Mar 19, 2023 @ 11:37pm

* Glowing Hourglass compatibility now will record all data before any MC_POST_NEW_ROOM callbacks, and restore the data after any MC_POST_NEW_ROOM callbacks.
* 发光沙漏兼容现在会在任何MC_POST_NEW_ROOM回调之前记录数据,并且在任何MC_POST_NEW_ROOM回调之后恢复数据。

Update: Mar 5, 2023 @ 4:38am

* 添加Entities.IsOtherSegment函数,用于检测实体是否是其他体节的函数。
* Added function Entities.IsOtherSegment, to check whether an entity is itself's other segment.

Update: Feb 26, 2023 @ 6:30am

* Added PathFinding Class for pathfinding.
* 加入PathFinding类,用于寻路。

Update: Feb 24, 2023 @ 10:08pm

Added local player check for net-coop.
添加了对网络联机的本地玩家检测。

Update: Jan 15, 2023 @ 4:19am

-Fixed an issue that Jera will not display the rune image after use.
-修复使用收获符文后没有图标的BUG。

Update: Jan 14, 2023 @ 6:14am