From 84f251ee6e829d33a4f29aa4043924023a378724 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:59:07 +0100 Subject: Re-format --- demo/assets/animation-prefabs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demo/assets/animation-prefabs.scm') diff --git a/demo/assets/animation-prefabs.scm b/demo/assets/animation-prefabs.scm index 20a4106..f965c81 100644 --- a/demo/assets/animation-prefabs.scm +++ b/demo/assets/animation-prefabs.scm @@ -1,6 +1,6 @@ ((mixins) (prefabs (timed-frames animated #:type timed-frames #:anim-name walk - #:animations ((#:name walk #:frames ((28 10) (29 1000))))) + #: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 10))))) -- cgit v1.2.3