1
0

add Galdur and DebugPlus

This commit is contained in:
Ö. Efe D.
2025-01-29 17:40:38 +01:00
parent 1924daeefe
commit 27ae3c8826
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# DebugPlus
DebugPlus is a Balatro mod that adds a bunch of additional debug tools on top of Balatro's built in ones. Below are some of the highlights:
- Console for logging and commands
- Win blind button
- Support for spawning vouchers, boosters, tags and blinds
- Save states
- A comically oversized spoonful of [new keybinds](https://github.com/WilsontheWolf/DebugPlus/blob/master/keys.txt)
DebugPlus has a configuration UI which you can access from Mods > DebugPlus if Steamodded is installed, or Options > Settings > DebugPlus otherwise.
## Development
For more information on the DebugPlus features and apis for mod developers see the [dev docs](https://github.com/WilsontheWolf/DebugPlus/blob/master/docs/dev.md).

View File

@@ -0,0 +1,9 @@
{
"title": "DebugPlus",
"requires-steamodded": false,
"requires-talisman": false,
"categories": ["Technical"],
"author": "WilsontheWolf",
"repo":"https://github.com/Eremel/Galdur",
"downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip"
}