;-*- Scheme -*-

(commands
 (row-animation "lizard.png"
		("move-anim" 0)
		("fire-l"  1)
		("fire-r" 2))
 )

(properties
 (animation-properties
  ("move-anim"	5 loop-forward)
  ("fire-l"	5 loop-none)
  ("fire-r"	5 loop-none))
 (image-pivot
  ("fire-l"	9 9)
  ("fire-r"	9 9))
 )
