Weiter gearbeitet

This commit is contained in:
2026-06-04 22:40:17 +02:00
parent 875c39ab27
commit d56f2ea41f
108 changed files with 4283 additions and 1122 deletions

Binary file not shown.

View File

@@ -0,0 +1,21 @@
{
"clips": [
"idle",
"idle_jump",
"running",
"running_jump",
"sprint",
"stand_up",
"tpose",
"walking"
],
"actionMap": {
"DEFAULT": "tpose",
"IDLE": "idle",
"WALK": "walking",
"RUN": "running",
"SPRINT": "sprint",
"JUMP": "idle_jump",
"RUNNING_JUMP": "running_jump"
}
}

View File

@@ -0,0 +1,21 @@
{
"clips": [
"idle",
"idle_jump",
"running",
"running_jump",
"sprint",
"stand_up",
"tpose",
"walking"
],
"actionMap": {
"DEFAULT": "tpose",
"IDLE": "idle",
"JUMP": "idle_jump",
"WALK": "walking",
"RUN": "running",
"SPRINT": "sprint",
"RUNNING_JUMP": "running_jump"
}
}

Binary file not shown.