From 986564f050496dd78667eb37b6e66bd540968905 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 19 Apr 2026 11:24:39 +0100 Subject: Set individual key frame animation time, make animations run on dt --- demo/assets/animation-prefabs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/assets/animation-prefabs.scm') 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))))) -- cgit v1.2.3