The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

!CuerLib
Wyświetlanie 61-70 z 116 pozycji
< 1 ... 5  6  7  8  9 ... 12 >
Aktualizacja: 15 listopada 2023 o godz. 7:13
twórca: Cuerzor

* Add the fallbackEN parameter to various methods of obtaining translated text for the Translations class.
* 为Translations类的各种获取翻译文本的方法添加fallbackEN参数。

Aktualizacja: 10 listopada 2023 o godz. 18:34
twórca: Cuerzor

* Added function Collectibles:UpdateCollectibles(player).
* 添加函数Collectibles:UpdateCollectibles(player)。

Aktualizacja: 28 października 2023 o godz. 3:34
twórca: Cuerzor

* Fix an issue that not being able to correctly get default English strings when playing in unsupported languages.
* 修复在使用不支持的语言进行游戏时,无法正确获取默认英文字符串的问题。

Aktualizacja: 23 września 2023 o godz. 22:51

* Modified logic of CLC_PRE_ENTITY_TAKE_DMG.
* 修改CLC_PRE_ENTITY_TAKE_DMG的逻辑。

Aktualizacja: 21 września 2023 o godz. 4:24

* Added callback CLC_PRE_ENTITY_TAKE_DMG and CLC_POST_ENTITY_TAKE_DMG。
* 加入回调CLC_PRE_ENTITY_TAKE_DMG和CLC_POST_ENTITY_TAKE_DMG。

Aktualizacja: 20 września 2023 o godz. 20:57

* Added HUD class.
* Added function Players.GetHealthType(player).
* 加入HUD类。
* 添加函数Players.GetHealthType(player)。

Aktualizacja: 11 września 2023 o godz. 22:35

* Added default param value for function PlayShootAnimation and PlayNormalAnimation in class Familiars.
* 为Familiars类中的PlayShootAnimation和PlayNormalAnimation添加参数默认值。

Aktualizacja: 2 września 2023 o godz. 6:00

* Fixed GetCoinValue function in Pickups class.
* 修复Pickups类的GetCoinValue函数。

Aktualizacja: 27 sierpnia 2023 o godz. 2:43

* Added function RemoveOptionsPickups for Pickups class.
* 为Pickup类添加RemoveOptionsPickups函数。

Aktualizacja: 5 sierpnia 2023 o godz. 7:03

* Added bi-directional conversion of tear height and tear y offset for Math class.
* 为Math类添加了泪弹高度和泪弹垂直坐标偏移的互相转换。