diff options
Diffstat (limited to 'demo/assets/animation-prefabs.scm')
| -rw-r--r-- | demo/assets/animation-prefabs.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demo/assets/animation-prefabs.scm b/demo/assets/animation-prefabs.scm new file mode 100644 index 0000000..18aa7af --- /dev/null +++ b/demo/assets/animation-prefabs.scm @@ -0,0 +1,6 @@ +((mixins) + (prefabs + (timed-frames animated #:type timed-frames + #:animations ((#:name walk #:frames ((28 10) (29 1000))))) + (std-frames animated #:type std-frames + #:animations ((#:name attack #:frames (28 29) #:duration 10))))) |
