Frames composing this animation

All frames must share the same Texture::root, be on a vertical or horizontal line, be spaced equally and share the same dimensions.

Property definitions

gamnit $ Animation :: frames=
	# Frames composing this animation
	#
	# All frames must share the same `Texture::root`, be on a vertical or
	# horizontal line, be spaced equally and share the same dimensions.
	var frames: SequenceRead[Texture]
lib/gamnit/flat/flat_core.nit:331,2--335,34