Commit vor Voxel Update für die Klippen

This commit is contained in:
2026-06-11 21:52:00 +02:00
parent fe5dfc19b1
commit a80269e681
143 changed files with 4340 additions and 342 deletions

View File

@@ -7,7 +7,8 @@
"sprint",
"stand_up",
"tpose",
"walking"
"walking",
"pickup"
],
"actionMap": {
"DEFAULT": "tpose",
@@ -16,6 +17,7 @@
"RUN": "running",
"SPRINT": "sprint",
"JUMP": "idle_jump",
"RUNNING_JUMP": "running_jump"
"RUNNING_JUMP": "running_jump",
"PICK_UP": "pickup"
}
}
}