Width in pixels of this texture

Property definitions

gamnit $ Texture :: width
	# Width in pixels of this texture
	var width = 0.0
lib/gamnit/textures.nit:65,2--66,16

gamnit $ CustomTexture :: width
	redef var width
lib/gamnit/textures.nit:147,2--16

gamnit $ RelativeSubtexture :: width
	redef fun width do return root.width * (offset_right - offset_left)
lib/gamnit/textures.nit:381,2--68