Change to Thunderstore template

For easier publishing to both platforms
This commit is contained in:
okvdai
2023-06-07 19:15:14 +02:00
parent 739b265fab
commit ddfb34a9f8
16 changed files with 92 additions and 7 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.",
"Version": "2.0.0",
"LoadPriority": 1,
"ConVars": [
{
"Name": "ToneURL",
"DefaultValue": "https://tone.sleepycat.date/v2/client"
},
{
"Name": "VersionURL",
"DefaultValue": "https://raw.githubusercontent.com/ToneAPI/pulse/main/version.json"
}
],
"Scripts": [
{
"Path":"pulse-common-func.gnut",
"RunOn":"UI"
},
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
}
]
}