Modifier to texture_coords to repeat the texture on the X 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_x
	# Modifier to `texture_coords` to repeat the texture on the X 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_x = 1.0 is writable
lib/gamnit/depth/more_meshes.nit:28,2--34,31