Offset of the bottom border on root from 0.0 to 1.0

Property definitions

gamnit $ Texture :: offset_bottom
	# Offset of the bottom border on `root` from 0.0 to 1.0
	fun offset_bottom: Float do return 1.0
lib/gamnit/textures.nit:95,2--96,39

gamnit $ AbsoluteSubtexture :: offset_bottom
	redef var offset_bottom = offset_top + height / root.height is lazy
lib/gamnit/textures.nit:369,2--68

gamnit $ RelativeSubtexture :: offset_bottom
	redef var offset_bottom
lib/gamnit/textures.nit:379,2--24