- humanoid.rig.json rewrite: legs->root, rest.rot+rest.scl on all bones, Y-mirror via scl=-1 on leg_l/r/foot_l/r, locomotion-block with procedural footplant config - walk.anim.json: substrate walk_fwd_lower port; track=lower; pos+scl channels on legs+feet - walk_upper.anim.json (NEW): substrate walk_upper port; arm-swing - idle.anim.json: substrate idle_upper port; pos+rot on shoulders+arms - init.lua: walk_upper parallel-play wiring - manifest bump v0.2->v0.3; puppet dep ^0.3.0
22 lines
782 B
Plaintext
22 lines
782 B
Plaintext
{
|
|
"id": "vagrant-skeleton",
|
|
"version": "0.3.0",
|
|
"kind": "module",
|
|
"api": "^0.1",
|
|
"ci_frames": 60,
|
|
"entry_point": "init.lua",
|
|
"asset_aliases": {
|
|
"player": "lib-asset.prototype-subterrain",
|
|
"tiles": "lib-asset.prototype-subterrain",
|
|
"world": "lib-asset.prototype-subterrain"
|
|
},
|
|
"deps": [
|
|
{"id": "lib-core.input", "version": "0.4.0"},
|
|
{"id": "lib-core.camera", "version": "0.3.0"},
|
|
{"id": "lib-core.render", "version": "0.1.0"},
|
|
{"id": "lib-core.maps", "version": "0.1.2"},
|
|
{"id": "lib-core.puppet", "version": "^0.3.0"},
|
|
{"id": "lib-asset.prototype-subterrain", "version": "0.1.0"}
|
|
]
|
|
}
|