Modifier to texture_coords to repeat the texture on the Y axis

At 1.0, the texture is stretched to cover the whole plane. If greater than 1.0, the texture is repeated.

This value must be set before using texture_coords or drawing this plane.

Property definitions

gamnit $ Plane :: repeat_y
	# Modifier to `texture_coords` to repeat the texture on the Y axis
	#
	# At 1.0, the texture is stretched to cover the whole plane.
	# If greater than 1.0, the texture is repeated.
	#
	# This value must be set before using `texture_coords` or drawing this plane.
	var repeat_y = 1.0 is writable
lib/gamnit/depth/more_meshes.nit:36,2--42,31