Animationen jetzt heil und Keyframes eingebaut

This commit is contained in:
2026-06-23 17:44:22 +02:00
parent 914bf6e673
commit 79f9cf12a3
9 changed files with 384 additions and 390 deletions

View File

@@ -6,13 +6,13 @@
"pickup",
"running",
"running_jump",
"sit_down",
"sitting",
"sitting_floor",
"sprinting",
"stand_up",
"tpose",
"walking"
"walking",
"sit_down_bench"
],
"actionMap": {
"DEFAULT": "tpose",
@@ -23,11 +23,22 @@
"RUNNING_JUMP": "running_jump",
"JUMP": "idle_jump",
"PICK_UP": "pickup",
"SIT_DOWN": "sit_down",
"SIT_UP": "stand_up",
"SITTING": "sitting"
"SITTING": "sitting",
"SIT_DOWN": "sit_down_bench"
},
"previewModelPath": "Models/Chars/mainchar.j3o",
"sinkMap": {},
"anchorBoneMap": {}
"motionKeyframes": {
"sit_down_bench": [
{
"time": 0.0,
"tx": 0.0,
"ty": 0.0,
"tz": 0.25,
"rx": 0.0,
"ry": 0.0,
"rz": 0.0
}
]
}
}