feat: added added new skin to ptilopsis

well, i have to make changes to spine-ts so it can handle the difference between the size of texture
This commit is contained in:
Haoyu Xu
2025-05-02 21:38:09 +08:00
parent 093f9d7f1a
commit 0af19cf652
385 changed files with 12361 additions and 121068 deletions

18
apps/module/tsconfig.webgl.json Executable file
View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "none",
"moduleResolution": "node",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"outFile": "build/spine-webgl.js",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"composite": true,
"esModuleInterop": true,
"target": "ES2020"
},
"include": ["spine-ts/core/src/**/*", "spine-ts/webgl/src/**/*"],
"exclude": ["spine-ts/build"]
}