initial Max Package commit

This commit is contained in:
2026-07-03 15:26:39 +02:00
parent caf9f41ee0
commit f4e2ee0012
7 changed files with 709 additions and 0 deletions

28
package-info.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name" : "tc.jit.anim.control",
"displayname" : "",
"version" : "0.0.1",
"author" : "Théophile Clet",
"authors" : [ ],
"description" : "Helpers to drive jitter objects from user inputs",
"tags" : ["gamepad", "jit.anim.node", "jit.anim.drive", "v8"],
"website" : "",
"extends" : "",
"extensible" : 0,
"max_version_min" : "9.1.0",
"max_version_max" : "none",
"os" : {
"macintosh" : {
"min_version" : "10.11.x",
"platform" : [ "x64", "aarch64" ]
}
,
"windows" : {
"min_version" : "10",
"platform" : [ "x64" ]
}
}
,
"homepatcher" : ""
}