Transparency applied to texture on draw

Property definitions

gamnit $ Sprite :: alpha=
	# Transparency applied to `texture` on draw
	fun alpha=(value: Float)
	do
		if isset _tint and value != alpha then needs_update
		tint[3] = value
	end
lib/gamnit/flat/flat_core.nit:222,2--227,4