init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user