Stop any active animation to display the static texture

Property definitions

gamnit $ Sprite :: animate_stop
	# Stop any active `animation` to display the static `texture`
	fun animate_stop
	do
		if animation == null then return
		needs_update
		animation = null
	end
lib/gamnit/flat/flat_core.nit:147,2--153,4