1
0

Add colonthreeing@CreditLib mod (#316)

This is an API mod to easily add credit badges to cards.
This commit is contained in:
ورد
2025-07-09 02:29:45 +03:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# CreditLib
Adds a simple interface for adding credit badges to cards, based on Cryptid's credit system.

View File

@@ -0,0 +1,12 @@
{
"title": "CreditLib",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["API"],
"author": "colonthreeing",
"repo": "https://github.com/colonthreeing/CreditLib",
"downloadURL": "https://github.com/colonthreeing/CreditLib/releases/latest/download/CreditLib.zip",
"folderName": "CreditLib",
"version": "0.3.1",
"automatic-version-check": true
}