diff options
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/assets/animation-prefabs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |
