Animationen jetzt heil und Keyframes eingebaut
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user