turn and jump

This commit is contained in:
2026-04-08 08:23:08 +02:00
parent 6162831692
commit 2019e8f310
5 changed files with 42 additions and 7 deletions

View File

@@ -7,14 +7,29 @@ animations:
- name: stand
speed: 0
loop: -1
frames: [0]
frames: [1]
- name: default
- name: walk
speed: 0.07
loop: 0
frames: [1, 2, 3, 0]
frames: [2, 3, 4, 1]
- name: turn_walk
speed: 0.07
loop: 1
frames: [0, 2, 3, 4, 1]
- name: jump
speed: 0
loop: -1
frames: [4]
frames: [6]
- name: jump_peak
speed: 0
loop: -1
frames: [5]
- name: turn
speed: 0
loop: -1
frames: [0]