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