Skip to content

Commit

Permalink
也许解决了?
Browse files Browse the repository at this point in the history
  • Loading branch information
CSneko committed Oct 7, 2024
1 parent dca24e2 commit 1376aef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
Binary file modified common/src/main/resources/assets/ayame/models/grmmy_neko.zip
Binary file not shown.
Binary file added examples/test/grmmy_neko.zip
Binary file not shown.
54 changes: 28 additions & 26 deletions examples/test/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,36 @@
},
"default": {
"name": "默认",
"model": "models/def_model",
"animation": "animations/def_anim",
"texture": "textures/def_tex",
"arm": "animations/arm",
"model": "models/def_model.json",
"animation": "animations/def_anim.json",
"texture": "textures/def_tex.json",
"arm": "animations/arm.json",
"controllers": [
"ayame:default"
]
},
"presets": [
{
"name": "预设1",
"model": "models/preset1_model",
"animation": "animations/preset1_anim",
"texture": "textures/preset1_tex",
"arm": "animations/arm",
"controllers": [
"ayame:default"
]
},
{
"name": "预设2",
"model": "models/preset2_model",
"animation": "animations/preset2_anim",
"texture": "textures/preset2_tex",
"arm": "animations/arm",
"controllers": [
"ayame:default"
]
}
]
"注释(别管这么多啦,这是咱开发时用的)": {
"presets": [
{
"name": "预设1",
"model": "models/preset1_model.json",
"animation": "animations/preset1_anim.json",
"texture": "textures/preset1_tex.json",
"arm": "animations/arm.json",
"controllers": [
"ayame:default"
]
},
{
"name": "预设2",
"model": "models/preset2_model.json",
"animation": "animations/preset2_anim.json",
"texture": "textures/preset2_tex.json",
"arm": "animations/arm.json",
"controllers": [
"ayame:default"
]
}
]
}
}

0 comments on commit 1376aef

Please sign in to comment.