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