Sicherstellen des Zustands der passt
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user