aboutsummaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-19 11:24:39 +0100
committerGene Pasquet <dev@etenil.net>2026-04-19 11:24:39 +0100
commit986564f050496dd78667eb37b6e66bd540968905 (patch)
tree3a5b67eeb73f236caaf5cd5473e24912759bff9a /demo
parentb3f2fe63c2781d3faf20dc4d6709e4d9bc8755c8 (diff)
Set individual key frame animation time, make animations run on dt
Diffstat (limited to 'demo')
-rw-r--r--demo/assets/animation-prefabs.scm2
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)))))