aboutsummaryrefslogtreecommitdiff
path: root/demo/assets
diff options
context:
space:
mode:
Diffstat (limited to 'demo/assets')
-rw-r--r--demo/assets/animation-prefabs.scm4
1 files changed, 2 insertions, 2 deletions
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)))))