diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-19 11:24:39 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-19 11:24:39 +0100 |
| commit | 986564f050496dd78667eb37b6e66bd540968905 (patch) | |
| tree | 3a5b67eeb73f236caaf5cd5473e24912759bff9a /demo/assets | |
| parent | b3f2fe63c2781d3faf20dc4d6709e4d9bc8755c8 (diff) | |
Set individual key frame animation time, make animations run on dt
Diffstat (limited to 'demo/assets')
| -rw-r--r-- | demo/assets/animation-prefabs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/assets/animation-prefabs.scm b/demo/assets/animation-prefabs.scm index f965c81..ac9558d 100644 --- a/demo/assets/animation-prefabs.scm +++ b/demo/assets/animation-prefabs.scm @@ -3,4 +3,4 @@ (timed-frames animated #:type timed-frames #:anim-name walk #:animations ((#:name walk #:frames ((28 10) (29 1000))))) (std-frames animated #:type std-frames #:anim-name attack - #:animations ((#:name attack #:frames (28 29) #:duration 10))))) + #:animations ((#:name attack #:frames (28 29) #:duration 200))))) |
