Green tint applied to texture on draw

Property definitions

gamnit $ Sprite :: green=
	# Green tint applied to `texture` on draw
	fun green=(value: Float)
	do
		if isset _tint and value != green then needs_update
		tint[1] = value
	end
lib/gamnit/flat/flat_core.nit:202,2--207,4