The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

!CuerLib
116件中 101-110 を表示
< 1 ... 9  10  11  12 >
更新: 2023年1月3日 @ 6時33分

Added more icons to draw at the active slot.
加入了更多在主动栏位绘制的图标。

更新: 2022年12月23日 @ 6時53分

* Added DischargeItem function for Actives class.
* 加入Actives类的DischargeItem函数
* Added function-type value compatibility for Translation class' collectible, trinket, card and pill effect display.
* 为Translations类的道具、饰品、卡牌和药丸效果的显示添加了function类型的适配。

更新: 2022年12月23日 @ 0時59分

* ItemBlacklist class now will ignore Eden's starting Sacred Orb or NO! with double effect.
* ItemBlacklist类在检测时现在会绕过伊甸自带的神圣宝珠和双倍效果的“不!”

更新: 2022年12月23日 @ 0時18分

更新: 2022年12月23日 @ 0時17分

* Changed Weapons Class, now Notched Axe and Urn of Souls weapon type has been seperated into ActiveItemWeaponType.
* 修改Weapons类,现在残损铁镐和灵魂之瓮的武器类型被分离到了ActiveItemWeaponType中。
* Added UnknownItems Class, can be used to check if a pedestal collectible is unknown.
* 添加UnknownItems类,用于判断一个道具是否是未知道具。
* Added ItemBlacklist class, used for check collectibles, trinkets, cards or pills is locked or banned by Tainted Lost.
* 添加ItemBlacklist类,用于判断道具、饰品、卡牌和药丸效果是否被锁定或被堕化游魂禁用。

更新: 2022年12月20日 @ 22時44分

* Added Giantbook class for showing Giant book and achievement notes (some codes are from Giantbook API)
* 加入用于显示巨大书本图像,或者成就解锁纸条的Giantbook类(部分代码源于Giantbook API)
* Added param "noUnavailable" for Actives.GetActiveList.
* Actives.GetActiveList函数增加noUnavailable参数
* Added GetMouseVector function for Inputs class.
* Inputs增加GetMouseVector函数
* Reworked Weapons class
* 重做Weapons类

更新: 2022年12月18日 @ 8時36分

更新: 2022年12月18日 @ 3時55分

-Fixed an issue that active item counter's sprite is missing.
-修复主动道具计数资源缺失的问题。

更新: 2022年12月18日 @ 2時02分

-Added CLC_RENDER_OVERLAY Callback.
-添加了CLC_RENDER_OVERLAY回调
-Added Translations Class.
-添加了Translations类

更新: 2022年12月16日 @ 3時56分

-修复骨棒能直接打开上锁箱子的BUG。
-Fixed an issue that weapons like Bone Clubs can open locked chests.
-加入了Base64类。
-Added Base64 class.