From 38eee24832fe6da4f135cae455881ab97953b23a Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 02:47:10 +0100 Subject: Refresh docs and re-indent --- demo/assets/animation-prefabs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demo/assets') diff --git a/demo/assets/animation-prefabs.scm b/demo/assets/animation-prefabs.scm index 18aa7af..20a4106 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 + (timed-frames animated #:type timed-frames #:anim-name walk #:animations ((#:name walk #:frames ((28 10) (29 1000))))) - (std-frames animated #:type std-frames - #:animations ((#:name attack #:frames (28 29) #:duration 10))))) + (std-frames animated #:type std-frames #:anim-name attack + #:animations ((#:name attack #:frames (28 29) #:duration 10))))) -- cgit v1.2.3