Sicherstellen des Zustands der passt

This commit is contained in:
2026-06-28 21:31:00 +02:00
parent cd350a92fa
commit 6d061cd621
15 changed files with 260 additions and 9 deletions

View File

@@ -1,18 +1,19 @@
{
"clips": [
"get_up_sitting",
"alive_again",
"idle",
"idle_jump",
"pickup",
"running",
"running_jump",
"sitting",
"sit_down_bench",
"sitting_bench",
"sitting_floor",
"sprinting",
"stand_up",
"stand_up_bench",
"tpose",
"walking",
"sit_down_bench"
"walking"
],
"actionMap": {
"DEFAULT": "tpose",
@@ -20,12 +21,13 @@
"WALK": "walking",
"RUN": "running",
"SPRINT": "sprinting",
"RUNNING_JUMP": "running_jump",
"JUMP": "idle_jump",
"RUNNING_JUMP": "running_jump",
"PICK_UP": "pickup",
"SITTING": "sitting",
"SIT_DOWN": "sit_down_bench",
"SIT_UP": "get_up_sitting"
"SIT_UP": "stand_up_bench",
"SITTING": "sitting_bench",
"REVIVE": "alive_again"
},
"previewModelPath": "Models/Chars/mainchar.j3o",
"motionKeyframes": {