1
0

Add Jogla@DebugPlusPlus mod (#437)

A mod that adds an in-game menu to ease some debugging actions.
This commit is contained in:
Breezebuilder
2025-09-22 05:54:58 +10:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
A mod to ease some common debugging actions.
Check the repository for more information.

View File

@@ -0,0 +1,13 @@
{
"title": "DebugPlusPlus",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Quality of Life","Technical"],
"author": "Jogla",
"repo": "https://github.com/Joglacraft/DebugPlusPlus",
"downloadURL": "https://github.com/Joglacraft/DebugPlusPlus/archive/refs/tags/v1.0.0.zip",
"folderName": "DebugPlusPlus",
"version": "1.0.0",
"automatic-version-check": true
}