aboutsummaryrefslogtreecommitdiff
path: root/demo/assets/animation-prefabs.scm
blob: f965c81302d95ddfac79b5c3248e6ef593171802 (plain)
1
2
3
4
5
6
((mixins)
 (prefabs
  (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)))))