From 4685de1b612dcf939845ccef504c4548f9badb92 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 11 Jun 2024 00:13:44 +1000 Subject: [PATCH] Add deselect-all and balatro-safety (balamod & steamodded versions) (#57) --- README-zh_CN.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 66b7845..c53bba9 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -210,10 +210,12 @@ ### 界面 - [BalatrOverlay](https://github.com/cantlookback/BalatrOverlay) - 显示手牌可以打出哪些牌型。 by [@cantlookback](https://github.com/cantlookback) +- [Balatro Safety](https://github.com/Zei33/balatro-safety-steamodded) - 当你选择危险动作(如使用生命十字架或咒符)时,弹出确认对话框。 by [@Zei33](https://github.com/Zei33) - [Colour Selector](https://github.com/EmperorGesar/Balatro-Colour-Selector) - 选择和更改主菜单背景的颜色。 by [@EmperorGesar](https://github.com/EmperorGesar) - [Custom Fonts](https://discord.com/channels/1116389027176787968/1210101577550008390) - 自定义游戏字体。字体文件必须命名为 "font.ttf"。 by [@MathIsFun_](https://github.com/MathIsFun0) - [Deck Creator](https://github.com/adambennett/Balatro-DeckCreator) - 界面模组,可以创建、保存、加载、分享自定义的牌组。 by [@Nyoxide](https://github.com/adambennett) - [Deck Seer](https://gist.github.com/theVDude/c8d33960f869207da4a69cc7c035e68d) - 查看即将抽到的手牌。 by [@thevdude](https://gist.github.com/theVDude) +- [Deselect All](https://github.com/Zei33/deselect-all-steamodded) - 添加一个取消全选按钮以取消所有高亮显示的卡片。 by [@Zei33](https://github.com/Zei33) - [Divvy's History](https://github.com/DivvyCr/Balatro-History) - 浏览曾经打过的牌! by [@DivvyCr](https://github.com/DivvyCr) - [Divvy's Preview](https://github.com/DivvyCr/Balatro-Preview) - 实时预览手牌得分! [@DivvyCr](https://github.com/DivvyCr) - [Escape Exit Button](https://github.com/Steamopollys/Steamodded/blob/main/example_mods/Mods/EscapeExitButton.lua) - 在 esc 菜单增加了退出按钮。 by [@Steamo](https://github.com/Steamopollys) @@ -340,6 +342,8 @@ - [Quick Restart](https://github.com/nicholassam6425/balatro-mods) - 按 f2 快速刷新底注1的标签。 by [@arachnei](https://github.com/nicholassam6425) ### 界面 +- [Balatro Safety](https://github.com/Zei33/balatro-safety-balamod) - 当你选择危险动作(如使用生命十字架或咒符)时,弹出确认对话框。 by [@Zei33](https://github.com/Zei33) +- [Deselect All](https://github.com/Zei33/deselect-all-balamod) - 添加一个取消全选按钮以取消所有高亮显示的卡片。 by [@Zei33](https://github.com/Zei33) - [Gay Mod](https://github.com/HeyImKyu/balatro-gay) - 将顺子(Straight,直的,异性恋)改为同性恋(Gay)。 by [@HeyImKyu](https://github.com/HeyImKyu), [@Skadi](https://github.com/Skadihehe) ### 小丑 diff --git a/README.md b/README.md index b1d57ac..88ef3db 100644 --- a/README.md +++ b/README.md @@ -221,10 +221,12 @@ Collect all Balatro mods and tools, welcome to add! ### GUI - [Balatro Hand Preview](https://github.com/Toeler/Balatro-HandPreview) - Adds a window showing the possible poker hands that you can make with your current hand! by [@Toeler](https://github.com/Toeler) - [BalatrOverlay](https://github.com/cantlookback/BalatrOverlay) - Helpful game overlay. by [@cantlookback](https://github.com/cantlookback) +- [Balatro Safety](https://github.com/Zei33/balatro-safety-steamodded) - Presents a confirmation dialogue when you select a dangerous action (like using ankh or hex). by [@Zei33](https://github.com/Zei33) - [Colour Selector](https://github.com/EmperorGesar/Balatro-Colour-Selector) - Mod for selecting and changing the colours of the main menu background. by [@EmperorGesar](https://github.com/EmperorGesar) - [Custom Fonts](https://discord.com/channels/1116389027176787968/1210101577550008390) - Allows setting the game font to a custom font. Must be named "font.ttf". by [@MathIsFun_](https://github.com/MathIsFun0) - [Deck Creator](https://github.com/adambennett/Balatro-DeckCreator) - GUI mod for creating, saving, loading, and sharing your own customizable decks! by [@Nyoxide](https://github.com/adambennett) - [Deck Seer](https://gist.github.com/theVDude/c8d33960f869207da4a69cc7c035e68d) - Peer into the future of your deck (see upcoming draws). by [@thevdude](https://gist.github.com/theVDude) +- [Deselect All](https://github.com/Zei33/deselect-all-steamodded) - Adds a deselect all button to deselect all highlighted cards. by [@Zei33](https://github.com/Zei33) - [Divvy's History](https://github.com/DivvyCr/Balatro-History) - View your last played hand! by [@DivvyCr](https://github.com/DivvyCr) - [Divvy's Preview](https://github.com/DivvyCr/Balatro-Preview) - Simulate and preview the score that your hand will get! by [@DivvyCr](https://github.com/DivvyCr) - [Escape Exit Button](https://github.com/Steamopollys/Steamodded/blob/main/example_mods/Mods/EscapeExitButton.lua) - Add an "Exit" button into the "Escape" menu. by [@Steamo](https://github.com/Steamopollys) @@ -375,6 +377,8 @@ Collect all Balatro mods and tools, welcome to add! - [Quick Restart](https://github.com/nicholassam6425/balatro-mods) - Quickly reroll ante 1 tags by clicking f2. by [@arachnei](https://github.com/nicholassam6425) ### GUI +- [Balatro Safety](https://github.com/Zei33/balatro-safety-balamod) - Presents a confirmation dialogue when you select a dangerous action (like using ankh or hex). by [@Zei33](https://github.com/Zei33) +- [Deselect All](https://github.com/Zei33/deselect-all-balamod) - Adds a deselect all button to deselect all highlighted cards. by [@Zei33](https://github.com/Zei33) - [Gay Mod](https://github.com/HeyImKyu/balatro-gay) - Changes a 'Straight' into a 'Gay'. by [@HeyImKyu](https://github.com/HeyImKyu), [@Skadi](https://github.com/Skadihehe) ### Jokers