aboutsummaryrefslogtreecommitdiff
path: root/demo/assets/animation-prefabs.scm
blob: 20a4106af1f1b124d2524230f318c087b4b7dfcb (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)))))