Files
2026-09-10 10:59:39 +03:00

25 lines
660 B
JSON

{
"id": "live2d_test",
"name": "Live2D Cubism",
"version": "1.0.0",
"author": "ct",
"description": "Live2D Cubism C# runtime: model loading, rendering, physics, animation, effects",
"depends": ["core>=1","live2d>=1"],
"subscriptions": [
{
"scene": "home_outside",
"template": "default",
"code": "live2d_test_add",
"trigger": "on_enter",
"priority": 1
},
{
"scene": "home_outside",
"template": "default",
"code": "live2d_test_remove",
"trigger": "on_exit",
"priority": 1
}
]
}