-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support Live2D motions with message intents
feat: add Live2D expressions, motions, and interaction chore: modify english corpus chore: remove an idle animation from live2d model
- Loading branch information
Showing
6 changed files
with
404 additions
and
543 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"type":"Live2D Model Setting","name":"shizuku","model":"moc/shizuku.moc","textures":["moc/shizuku.1024/texture_00.png","moc/shizuku.1024/texture_01.png","moc/shizuku.1024/texture_02.png","moc/shizuku.1024/texture_03.png","moc/shizuku.1024/texture_04.png","moc/shizuku.1024/texture_05.png"],"physics":"shizuku.physics.json","pose":"shizuku.pose.json","expressions":[{"name":"f01","file":"exp/f01.exp.json"},{"name":"f02","file":"exp/f02.exp.json"},{"name":"f03","file":"exp/f03.exp.json"},{"name":"f04","file":"exp/f04.exp.json"}],"layout":{"center_x":0,"y":1.2,"width":2.4},"hit_areas":[{"name":"head","id":"D_REF.HEAD"},{"name":"body","id":"D_REF.BODY"}],"motions":{"idle":[{"file":"mtn/idle_00.mtn","fade_in":2000,"fade_out":2000},{"file":"mtn/idle_01.mtn","fade_in":2000,"fade_out":2000},{"file":"mtn/idle_02.mtn","fade_in":2000,"fade_out":2000}],"tap_body":[{"file":"mtn/tapBody_00.mtn"},{"file":"mtn/tapBody_01.mtn"},{"file":"mtn/tapBody_02.mtn"}],"pinch_in":[{"file":"mtn/pinchIn_00.mtn"},{"file":"mtn/pinchIn_01.mtn"},{"file":"mtn/pinchIn_02.mtn"}],"pinch_out":[{"file":"mtn/pinchOut_00.mtn"},{"file":"mtn/pinchOut_01.mtn"},{"file":"mtn/pinchOut_02.mtn"}],"shake":[{"file":"mtn/shake_00.mtn","fade_in":500},{"file":"mtn/shake_01.mtn","fade_in":500},{"file":"mtn/shake_02.mtn","fade_in":500}],"flick_head":[{"file":"mtn/flickHead_00.mtn"},{"file":"mtn/flickHead_01.mtn"},{"file":"mtn/flickHead_02.mtn"}]}} | ||
{"type":"Live2D Model Setting","name":"shizuku","model":"moc/shizuku.moc","textures":["moc/shizuku.1024/texture_00.png","moc/shizuku.1024/texture_01.png","moc/shizuku.1024/texture_02.png","moc/shizuku.1024/texture_03.png","moc/shizuku.1024/texture_04.png","moc/shizuku.1024/texture_05.png"],"physics":"shizuku.physics.json","pose":"shizuku.pose.json","expressions":[{"name":"f01","file":"exp/f01.exp.json"},{"name":"f02","file":"exp/f02.exp.json"},{"name":"f03","file":"exp/f03.exp.json"},{"name":"f04","file":"exp/f04.exp.json"}],"layout":{"center_x":0,"y":1.2,"width":2.4},"hit_areas":[{"name":"head","id":"D_REF.HEAD"},{"name":"body","id":"D_REF.BODY"}],"motions":{"idle":[{"file":"mtn/idle_00.mtn","fade_in":2000,"fade_out":2000},{"file":"mtn/idle_01.mtn","fade_in":2000,"fade_out":2000}],"tap_body":[{"file":"mtn/tapBody_00.mtn"},{"file":"mtn/tapBody_01.mtn"},{"file":"mtn/tapBody_02.mtn"}],"pinch_in":[{"file":"mtn/pinchIn_00.mtn"},{"file":"mtn/pinchIn_01.mtn"},{"file":"mtn/pinchIn_02.mtn"}],"pinch_out":[{"file":"mtn/pinchOut_00.mtn"},{"file":"mtn/pinchOut_01.mtn"},{"file":"mtn/pinchOut_02.mtn"}],"shake":[{"file":"mtn/shake_00.mtn","fade_in":500},{"file":"mtn/shake_01.mtn","fade_in":500},{"file":"mtn/shake_02.mtn","fade_in":500}],"flick_head":[{"file":"mtn/flickHead_00.mtn"},{"file":"mtn/flickHead_01.mtn"},{"file":"mtn/flickHead_02.mtn"}]}} |
Oops, something went wrong.